![]() |
Synergy Software Package User's Manual
|
#include <sf_memory_qspi_nor.h>
Data Fields | |
| qspi_instance_t * | p_qspi |
| QSPI instance. | |
| qspi_info_t | qspi_info |
| QSPI info. | |
| uint32_t | open |
| Track opened/closed status. | |
| sf_memory_region_info_t | region_info |
| Memory region info. | |
| uint32_t | timeout_ticks |
| Number of ticks to timeout on erase or write waiting. | |
| sf_memory_qspi_nor_pending_operation_t | pending_operation |
| The last operation sent to the QSPI chip. | |
| uint32_t | pending_operation_size |
| The size of the last operation. | |
| void * | p_delay_callback_context |
| Context passed to the delay callback. | |
| void(* | p_delay_callback )(sf_memory_qspi_nor_delay_callback_args_t *p_args) |
| Pointer to user callback function. | |
Control block. DO NOT INITIALIZE. Initialization occurs when sf_memory_api_t::open is called