Home
last modified time | relevance | path

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

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_sdcard.c215 rt_memset(cache_buf, 0x00, BLOCKSIZE * count); in rt_sdcard_read()
249 rt_memcpy((rt_uint8_t *)(buffer), cache_buf, BLOCKSIZE * count); in rt_sdcard_read()
253 dump_hex(cache_buf, BLOCKSIZE * count); in rt_sdcard_read()
282 rt_memset(cache_buf, 0x00, BLOCKSIZE); in rt_sdcard_write()
283 rt_memcpy(cache_buf, (rt_uint32_t *)((uintptr_t)buffer + BLOCKSIZE * i), BLOCKSIZE); in rt_sdcard_write()
288 dump_hex(cache_buf, BLOCKSIZE); in rt_sdcard_write()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A 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()
1218 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_ReadBlocks_DMA()
1362 config.DataLength = BLOCKSIZE * NumberOfBlocks; in HAL_SD_WriteBlocks_DMA()
2148 errorstate = SDMMC_CmdBlockLength(hsd->Instance, BLOCKSIZE); in HAL_SD_GetCardStatus()
[all …]
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_sd.h290 #define BLOCKSIZE 512U /*!< Block size is 512 bytes */ macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dsdhc.h73 uint16_t BLOCKSIZE:10; /*!< bit: 0.. 9 Transfer Block Size */ member
/bsp/microchip/same54/bsp/include/component/
A Dsdhc.h73 uint16_t BLOCKSIZE:10; /*!< bit: 0.. 9 Transfer Block Size */ member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dsdhc.h73 uint16_t BLOCKSIZE:10; /*!< bit: 0.. 9 Transfer Block Size */ member

Completed in 70 milliseconds