RAFW Flexible Software Package Documentation  Release v2.0.1

 
rm_littlefs_spi_flash_w_cfg_t Struct Reference

#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.
 

Detailed Description

User configuration structure, used in open function


The documentation for this struct was generated from the following file: