spi_flash_host_driver_s::program_page field
Program a page of the flash. Check ``max_write_bytes`` for the maximum allowed writing length.
Syntax
void (*program_page)(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, uint32_t length); ![]()
void (*program_page)(spi_flash_host_inst_t *host, const void *buffer, uint32_t address, uint32_t length);
spi_flash_host_driver_s::program_page is called by 1 function:
![]()
spi_flash_host_driver_s::program_page