spi_flash_host_driver_s::read_data_slicer field
Slicer for read data. The `read` should be called iteratively with the return value of this function.
Syntax
int (*read_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *align_addr, uint32_t page_size); ![]()
int (*read_data_slicer)(spi_flash_host_inst_t *host, uint32_t address, uint32_t len, uint32_t *align_addr, uint32_t page_size);
spi_flash_host_driver_s::read_data_slicer is called by 2 functions:
![]()
spi_flash_host_driver_s::read_data_slicer