![]() |
RAFW Flexible Software Package Documentation
Release v2.0.1
|
|
#include <rm_littlefs_spi_flash_w.h>
Data Fields | |
| spi_instance_t const * | p_lower_lvl |
| Pointer to a SPI instance. | |
| uint32_t | base_address |
| Base address of SPI flash. | |
| uint32_t | address_offset |
| Offset to use subset of available flash size if desired. | |
| uint32_t | size |
| Size of the partitioned region. | |
| uint32_t | poll_status_count |
| Number of times to poll for operation complete status before returning an error. | |
| void const * | p_context |
| Placeholder for user data. Passed to the user callback. | |
| void(* | p_callback )(rm_littlefs_spi_flash_w_callback_args_t *p_args) |
| Callback function. | |
User configuration structure, used in open function