Home
last modified time | relevance | path

Searched refs:MMC_BLOCKSIZE (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_mmc.c532 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
684 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
905 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
942 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
1093 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1102 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1192 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1202 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1240 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1311 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
[all …]
Dstm32l4xx_hal_mmc_ex.c91 hmmc->Instance->IDMABSIZE= (uint32_t) (MMC_BLOCKSIZE * BufferSize); in HAL_MMCEx_ConfigDMAMultiBuffer()
145 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_ReadBlocksDMAMultiBuffer()
226 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_WriteBlocksDMAMultiBuffer()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_mmc.c449 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
601 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
830 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
976 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
991 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1072 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1112 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1192 …>hdmarx, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_ReadBlocks_DMA()
1207 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1343 …>hdmatx, (uint32_t)pData, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_mmc.c449 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
601 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
826 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
968 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
979 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1060 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1096 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1172 …>hdmarx, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_ReadBlocks_DMA()
1187 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1319 …>hdmatx, (uint32_t)pData, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_mmc.c449 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
601 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
826 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
968 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
979 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1060 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1096 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1172 …>hdmarx, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_ReadBlocks_DMA()
1187 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1319 …>hdmatx, (uint32_t)pData, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_mmc.c449 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
601 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
826 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
968 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
979 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1060 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1096 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1172 …>hdmarx, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)pData, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_ReadBlocks_DMA()
1187 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1319 …>hdmatx, (uint32_t)pData, (uint32_t)&hmmc->Instance->FIFO, (uint32_t)(MMC_BLOCKSIZE * NumberOfBloc… in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc_ex.c93 hmmc->Instance->IDMABSIZE = (uint32_t)(MMC_BLOCKSIZE * BufferSize); in HAL_MMCEx_ConfigDMAMultiBuffer()
169 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_ReadBlocksDMAMultiBuffer()
273 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_WriteBlocksDMAMultiBuffer()
Dstm32l5xx_hal_mmc.c476 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
647 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
840 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
1025 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1034 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1138 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1147 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1252 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1261 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1367 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc_ex.c93 hmmc->Instance->IDMABSIZE = (uint32_t)(MMC_BLOCKSIZE * BufferSize); in HAL_MMCEx_ConfigDMAMultiBuffer()
169 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_ReadBlocksDMAMultiBuffer()
273 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_WriteBlocksDMAMultiBuffer()
Dstm32h7xx_hal_mmc.c476 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
647 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
840 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
1025 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1034 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1138 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1147 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1252 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1261 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1367 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c471 errorstate = SDMMC_CmdBlockLength(hmmc->Instance, MMC_BLOCKSIZE); in HAL_MMC_InitCard()
644 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_ReadBlocks()
839 config.DataLength = NumberOfBlocks * MMC_BLOCKSIZE; in HAL_MMC_WriteBlocks()
1024 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1033 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_IT()
1137 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1146 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_IT()
1251 hmmc->RxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1260 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_ReadBlocks_DMA()
1366 hmmc->TxXferSize = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMC_WriteBlocks_DMA()
[all …]
Dstm32u5xx_hal_mmc_ex.c282 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_DMALinkedList_ReadBlocks()
393 config.DataLength = MMC_BLOCKSIZE * NumberOfBlocks; in HAL_MMCEx_DMALinkedList_WriteBlocks()
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_mmc.h267 #define MMC_BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_mmc.h267 #define MMC_BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_mmc.h267 #define MMC_BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_mmc.h267 #define MMC_BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mmc.h272 #define MMC_BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_mmc.h272 #define MMC_BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_mmc.h267 #define MMC_BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_mmc.h286 #define MMC_BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro