exFlash handle Structure definition More...
#include <gr55xx_hal_exflash.h>
Public Attributes | |
xqspi_handle_t * | p_xqspi |
__IO uint32_t | fw_mode |
__IO hal_lock_t | lock |
__IO hal_exflash_state_t | state |
__IO hal_eflash_security | security |
__IO uint32_t | flash_id |
__IO uint32_t | flash_size |
__IO uint32_t | count |
__IO uint32_t | error_code |
uint32_t | retry |
exFlash handle Structure definition
Definition at line 113 of file gr55xx_hal_exflash.h.
__IO uint32_t _exflash_handle::count |
exFlash count for suspend and resume
Definition at line 129 of file gr55xx_hal_exflash.h.
__IO uint32_t _exflash_handle::error_code |
exFlash Error code
Definition at line 131 of file gr55xx_hal_exflash.h.
__IO uint32_t _exflash_handle::flash_id |
exFlash ID
Definition at line 125 of file gr55xx_hal_exflash.h.
__IO uint32_t _exflash_handle::flash_size |
exFlash Size
Definition at line 127 of file gr55xx_hal_exflash.h.
__IO uint32_t _exflash_handle::fw_mode |
exFlash firmware mode
Definition at line 117 of file gr55xx_hal_exflash.h.
__IO hal_lock_t _exflash_handle::lock |
Locking object
Definition at line 119 of file gr55xx_hal_exflash.h.
xqspi_handle_t* _exflash_handle::p_xqspi |
exFlash XQSPI Handle parameters
Definition at line 115 of file gr55xx_hal_exflash.h.
uint32_t _exflash_handle::retry |
Repeat times for the exFlash memory access
Definition at line 133 of file gr55xx_hal_exflash.h.
__IO hal_eflash_security _exflash_handle::security |
exFlash data security
Definition at line 123 of file gr55xx_hal_exflash.h.
__IO hal_exflash_state_t _exflash_handle::state |
exFlash communication state
Definition at line 121 of file gr55xx_hal_exflash.h.