XQSPI handle Structure definition. More...
#include <gr55xx_hal_xqspi.h>
Public Attributes | |
xqspi_regs_t * | p_instance |
XQSPI registers base address More... | |
xqspi_init_t | init |
XQSPI communication parameters More... | |
uint8_t * | p_tx_buffer |
Pointer to XQSPI Tx transfer Buffer. More... | |
__IO uint32_t | tx_xfer_size |
XQSPI Tx Transfer size More... | |
__IO uint32_t | tx_xfer_count |
XQSPI Tx Transfer Counter More... | |
uint8_t * | p_rx_buffer |
Pointer to XQSPI Rx transfer Buffer. More... | |
__IO uint32_t | rx_xfer_size |
XQSPI Rx Transfer size More... | |
__IO uint32_t | rx_xfer_count |
XQSPI Rx Transfer Counter More... | |
__IO hal_lock_t | lock |
Locking object More... | |
__IO hal_xqspi_state_t | state |
XQSPI communication state More... | |
__IO uint32_t | error_code |
XQSPI Error code More... | |
uint32_t | retry |
Retry for the XQSPI flag access More... | |
XQSPI handle Structure definition.
Definition at line 129 of file gr55xx_hal_xqspi.h.
__IO uint32_t _xqspi_handle_t::error_code |
XQSPI Error code
Definition at line 151 of file gr55xx_hal_xqspi.h.
xqspi_init_t _xqspi_handle_t::init |
XQSPI communication parameters
Definition at line 133 of file gr55xx_hal_xqspi.h.
__IO hal_lock_t _xqspi_handle_t::lock |
Locking object
Definition at line 147 of file gr55xx_hal_xqspi.h.
xqspi_regs_t* _xqspi_handle_t::p_instance |
XQSPI registers base address
Definition at line 131 of file gr55xx_hal_xqspi.h.
uint8_t* _xqspi_handle_t::p_rx_buffer |
Pointer to XQSPI Rx transfer Buffer.
Definition at line 141 of file gr55xx_hal_xqspi.h.
uint8_t* _xqspi_handle_t::p_tx_buffer |
Pointer to XQSPI Tx transfer Buffer.
Definition at line 135 of file gr55xx_hal_xqspi.h.
uint32_t _xqspi_handle_t::retry |
Retry for the XQSPI flag access
Definition at line 153 of file gr55xx_hal_xqspi.h.
__IO uint32_t _xqspi_handle_t::rx_xfer_count |
XQSPI Rx Transfer Counter
Definition at line 145 of file gr55xx_hal_xqspi.h.
__IO uint32_t _xqspi_handle_t::rx_xfer_size |
XQSPI Rx Transfer size
Definition at line 143 of file gr55xx_hal_xqspi.h.
__IO hal_xqspi_state_t _xqspi_handle_t::state |
XQSPI communication state
Definition at line 149 of file gr55xx_hal_xqspi.h.
__IO uint32_t _xqspi_handle_t::tx_xfer_count |
XQSPI Tx Transfer Counter
Definition at line 139 of file gr55xx_hal_xqspi.h.
__IO uint32_t _xqspi_handle_t::tx_xfer_size |
XQSPI Tx Transfer size
Definition at line 137 of file gr55xx_hal_xqspi.h.