HAL
SDIO_DataInitTypeDef::DataLength is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALSDIO_DataInitTypeDef::DataLength

SDIO_DataInitTypeDef::DataLength field

Specifies the number of data bytes to be transferred.

Syntax

uint32_t DataLength;

References

LocationReferrerText
stm32f4xx_ll_sdmmc.h:106
uint32_t DataLength; /*!< Specifies the number of data bytes to be transferred. */
stm32f4xx_hal_mmc.c:637HAL_MMC_ReadBlocks()
config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE;
stm32f4xx_hal_mmc.c:669HAL_MMC_ReadBlocks()
dataremaining = config.DataLength;
stm32f4xx_hal_mmc.c:866HAL_MMC_WriteBlocks()
config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE;
stm32f4xx_hal_mmc.c:874HAL_MMC_WriteBlocks()
dataremaining = config.DataLength;
stm32f4xx_hal_mmc.c:1027HAL_MMC_ReadBlocks_IT()
config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_mmc.c:1148HAL_MMC_WriteBlocks_IT()
config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_mmc.c:1243HAL_MMC_ReadBlocks_DMA()
config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_mmc.c:1391HAL_MMC_WriteBlocks_DMA()
config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_mmc.c:2204HAL_MMC_GetCardExtCSD()
config.DataLength = 512;
stm32f4xx_hal_mmc.c:2959MMC_ReadExtCSD()
config.DataLength = 512;
stm32f4xx_hal_sd.c:607HAL_SD_ReadBlocks()
config.DataLength = NumberOfBlocks * BLOCKSIZE;
stm32f4xx_hal_sd.c:640HAL_SD_ReadBlocks()
dataremaining = config.DataLength;
stm32f4xx_hal_sd.c:826HAL_SD_WriteBlocks()
config.DataLength = NumberOfBlocks * BLOCKSIZE;
stm32f4xx_hal_sd.c:859HAL_SD_WriteBlocks()
dataremaining = config.DataLength;
stm32f4xx_hal_sd.c:1024HAL_SD_ReadBlocks_IT()
config.DataLength = BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_sd.c:1146HAL_SD_WriteBlocks_IT()
config.DataLength = BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_sd.c:1241HAL_SD_ReadBlocks_DMA()
config.DataLength = BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_sd.c:1393HAL_SD_WriteBlocks_DMA()
config.DataLength = BLOCKSIZE * NumberOfBlocks;
stm32f4xx_hal_sd.c:2905SD_SendSDStatus()
config.DataLength = 64U;
stm32f4xx_hal_sd.c:3130SD_FindSCR()
config.DataLength = 8U;
stm32f4xx_ll_sdmmc.c:420SDIO_ConfigData()
assert_param(IS_SDIO_DATA_LENGTH(Data->DataLength));
stm32f4xx_ll_sdmmc.c:430SDIO_ConfigData()
SDIOx->DLEN = Data->DataLength;

Data Use