Home
last modified time | relevance | path

Searched refs:BLOCKSIZE (Results 1 – 25 of 25) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_sd.c636 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_ReadBlocks()
648 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
821 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_WriteBlocks()
833 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
999 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1009 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_ReadBlocks_IT()
1021 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1102 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1113 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_WriteBlocks_IT()
1125 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
[all …]
Dstm32mp1xx_hal_sd_ex.c89 hsd->Instance->IDMABSIZE= (uint32_t) (BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
145 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
226 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_WriteBlocksDMAMultiBuffer()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_sd.c575 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
743 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
966 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
1151 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1160 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1250 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1260 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1298 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1368 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1381 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
[all …]
Dstm32l4xx_hal_sd_ex.c138 hsd->Instance->IDMABSIZE= (uint32_t) (BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
194 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
275 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_WriteBlocksDMAMultiBuffer()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_sd.c452 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
604 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
815 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
990 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1001 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1082 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1119 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1190 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1210 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1341 …sd->hdmatx, (uint32_t)pData, (uint32_t)&hsd->Instance->FIFO, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_sd.c452 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
604 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
815 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
990 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1001 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1082 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1119 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1190 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1210 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1341 …sd->hdmatx, (uint32_t)pData, (uint32_t)&hsd->Instance->FIFO, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_sd.c452 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
604 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
815 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
990 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1001 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1082 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1119 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1190 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1210 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1341 …sd->hdmatx, (uint32_t)pData, (uint32_t)&hsd->Instance->FIFO, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sd.c452 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
604 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
819 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
998 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1013 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1094 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1135 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1210 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1230 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1365 …sd->hdmatx, (uint32_t)pData, (uint32_t)&hsd->Instance->FIFO, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_sd.c452 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
604 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
819 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
994 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1005 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1090 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1127 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1198 …sd->hdmarx, (uint32_t)&hsd->Instance->FIFO, (uint32_t)pData, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_ReadBlocks_DMA()
1218 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1349 …sd->hdmatx, (uint32_t)pData, (uint32_t)&hsd->Instance->FIFO, (uint32_t)(BLOCKSIZE * NumberOfBlocks… in HAL_SD_WriteBlocks_DMA()
[all …]
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sd.c529 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
700 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
885 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
1061 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1070 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1156 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1165 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1253 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1262 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1352 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_DMA()
[all …]
Dstm32u5xx_hal_sd_ex.c245 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_DMALinkedList_ReadBlocks()
339 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_DMALinkedList_WriteBlocks()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_sd.c534 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
705 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
890 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
1066 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1075 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1161 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1170 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1258 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1267 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1357 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_DMA()
[all …]
Dstm32l5xx_hal_sd_ex.c90 hsd->Instance->IDMABSIZE = (uint32_t)(BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
149 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
233 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_WriteBlocksDMAMultiBuffer()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sd.c534 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_InitCard()
705 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_ReadBlocks()
890 config.DataLength = NumberOfBlocks * BLOCKSIZE; in HAL_SD_WriteBlocks()
1066 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1075 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_IT()
1161 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1170 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_IT()
1258 hsd->RxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1267 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1357 hsd->TxXferSize = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_DMA()
[all …]
Dstm32h7xx_hal_sd_ex.c90 hsd->Instance->IDMABSIZE = (uint32_t)(BLOCKSIZE * BufferSize); in HAL_SDEx_ConfigDMAMultiBuffer()
149 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_ReadBlocksDMAMultiBuffer()
233 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SDEx_WriteBlocksDMAMultiBuffer()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_sd.h305 #define BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sd.h305 #define BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_sd.h303 #define BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sd.h300 #define BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_sd.h319 #define BLOCKSIZE ((uint32_t)512U) /*!< Block size is 512 bytes */ macro