Home
last modified time | relevance | path

Searched defs:NumberOfBlocks (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Src/
Dstm32mp1xx_hal_sd_ex.c107 …AL_SDEx_ReadBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SDEx_ReadBlocksDMAMultiBuffer()
189 …L_SDEx_WriteBlocksDMAMultiBuffer(SD_HandleTypeDef *hsd, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SDEx_WriteBlocksDMAMultiBuffer()
Dstm32mp1xx_hal_sd.c602 …Blocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t… in HAL_SD_ReadBlocks()
787 …Blocks(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks, uint32_t… in HAL_SD_WriteBlocks()
973 …SD_ReadBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SD_ReadBlocks_IT()
1076 …D_WriteBlocks_IT(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SD_WriteBlocks_IT()
1181 …D_ReadBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SD_ReadBlocks_DMA()
1289 …_WriteBlocks_DMA(SD_HandleTypeDef *hsd, uint8_t *pData, uint32_t BlockAdd, uint32_t NumberOfBlocks) in HAL_SD_WriteBlocks_DMA()