Searched defs:cache_buf (Results 1 – 4 of 4) sorted by relevance
46 __attribute__((at(SDCARD_ADDR))) static rt_uint32_t cache_buf[SDIO_BUFF_SIZE]; variable48 static rt_uint32_t cache_buf[SDIO_BUFF_SIZE] __attribute__((section(".SdCardSection"))); variable51 __no_init static rt_uint32_t cache_buf[SDIO_BUFF_SIZE]; variable
54 __attribute__((at(EMMC_BUFF_ADDR))) static rt_uint8_t cache_buf[EMMC_BUFF_SIZE]; variable56 static rt_uint8_t cache_buf[EMMC_BUFF_SIZE] __attribute__((section(".eMMCSection"))); variable59 __no_init static rt_uint8_t cache_buf[EMMC_BUFF_SIZE]; variable
59 __attribute__((at(SDCARD_ADDR))) static rt_uint8_t cache_buf[SDIO_BUFF_SIZE]; variable61 static rt_uint8_t cache_buf[SDIO_BUFF_SIZE] __attribute__((section(".SdCardSection"))); variable64 __no_init static rt_uint8_t cache_buf[SDIO_BUFF_SIZE]; variable
38 uint8_t *cache_buf; member944 uint8_t *cache_buf, in _sdio_host_create()
Completed in 11 milliseconds