Home
last modified time | relevance | path

Searched defs:cache_buf (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_sdcard.c46 __attribute__((at(SDCARD_ADDR))) static rt_uint32_t cache_buf[SDIO_BUFF_SIZE]; variable
48 static rt_uint32_t cache_buf[SDIO_BUFF_SIZE] __attribute__((section(".SdCardSection"))); variable
51 __no_init static rt_uint32_t cache_buf[SDIO_BUFF_SIZE]; variable
A Ddrv_emmc.c54 __attribute__((at(EMMC_BUFF_ADDR))) static rt_uint8_t cache_buf[EMMC_BUFF_SIZE]; variable
56 static rt_uint8_t cache_buf[EMMC_BUFF_SIZE] __attribute__((section(".eMMCSection"))); variable
59 __no_init static rt_uint8_t cache_buf[EMMC_BUFF_SIZE]; variable
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_sdio.c59 __attribute__((at(SDCARD_ADDR))) static rt_uint8_t cache_buf[SDIO_BUFF_SIZE]; variable
61 static rt_uint8_t cache_buf[SDIO_BUFF_SIZE] __attribute__((section(".SdCardSection"))); variable
64 __no_init static rt_uint8_t cache_buf[SDIO_BUFF_SIZE]; variable
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_sdio.c38 uint8_t *cache_buf; member
944 uint8_t *cache_buf, in _sdio_host_create()

Completed in 11 milliseconds