FreeRTOS port on GAP8/RISC-V
|
Macros | |
#define | DUMMY |
Functions | |
static void | spi_flash_read_register (int spim_id, uint8_t cmd, int size, uint32_t *reg) |
static void | spi_flash_sync_polling (uint32_t spim_id) |
static void | spi_flash_write_enable (int spim_id, uint8_t qpi) |
static | spi_flash_read (int spim_id, uint32_t flash_addr, void *read_buffer, uint32_t size, int qspi) |
static | spi_flash_write (int spim_id, uint32_t flash_addr, void *write_buffer, uint32_t size, int qspi) |
static void | spi_flash_erase (int spim_id, uint32_t flash_addr, uint32_t size, int qspi) |
static void | spi_flash_conf (int spim_id, int qspi) |
#define DUMMY |
Referenced by spi_flash_conf().
|
inlinestatic |
References DUMMY, memset(), and spi_flash_write_enable().
|
inlinestatic |
References memset(), and spi_flash_write_enable().
|
inlinestatic |
References memset().
|
inlinestatic |
References memset().
Referenced by spi_flash_sync_polling().
|
inlinestatic |
References spi_flash_read_register().
Referenced by spi_flash_write().
|
inlinestatic |
References memset(), and spi_flash_sync_polling().
|
inlinestatic |
References memset().
Referenced by spi_flash_conf(), and spi_flash_erase().