DSPI handle Structure definition. More...
#include <gr55xx_hal_dspi.h>
Public Attributes | |
| dspi_regs_t * | p_instance |
| dspi_init_t | init |
| uint8_t * | p_tx_buffer |
| __IO uint32_t | tx_xfer_size |
| __IO uint32_t | tx_xfer_count |
| void(* | write_fifo )(struct _dspi_handle *p_dspi) |
| dma_handle_t * | p_dmatx |
| __IO hal_lock_t | lock |
| __IO hal_dspi_state_t | state |
| __IO uint32_t | error_code |
| uint32_t | timeout |
| periph_device_number_t | dspi_number |
| uint32_t | retention [3] |
DSPI handle Structure definition.
Definition at line 123 of file gr55xx_hal_dspi.h.
| periph_device_number_t _dspi_handle::dspi_number |
DSPI used for Sleep management
Definition at line 147 of file gr55xx_hal_dspi.h.
| __IO uint32_t _dspi_handle::error_code |
DSPI Error code
Definition at line 143 of file gr55xx_hal_dspi.h.
| dspi_init_t _dspi_handle::init |
DSPI communication parameters
Definition at line 127 of file gr55xx_hal_dspi.h.
| __IO hal_lock_t _dspi_handle::lock |
Locking object
Definition at line 139 of file gr55xx_hal_dspi.h.
| dma_handle_t* _dspi_handle::p_dmatx |
DSPI Tx DMA Handle parameters
Definition at line 137 of file gr55xx_hal_dspi.h.
| dspi_regs_t* _dspi_handle::p_instance |
DSPI registers base address
Definition at line 125 of file gr55xx_hal_dspi.h.
| uint8_t* _dspi_handle::p_tx_buffer |
Pointer to DSPI Tx transfer Buffer
Definition at line 129 of file gr55xx_hal_dspi.h.
| uint32_t _dspi_handle::retention[3] |
DSPI important register information.
Definition at line 149 of file gr55xx_hal_dspi.h.
| __IO hal_dspi_state_t _dspi_handle::state |
DSPI communication state
Definition at line 141 of file gr55xx_hal_dspi.h.
| uint32_t _dspi_handle::timeout |
Timeout for the DSPI memory access
Definition at line 145 of file gr55xx_hal_dspi.h.
| __IO uint32_t _dspi_handle::tx_xfer_count |
DSPI Tx Transfer Counter
Definition at line 133 of file gr55xx_hal_dspi.h.
| __IO uint32_t _dspi_handle::tx_xfer_size |
DSPI Tx Transfer size
Definition at line 131 of file gr55xx_hal_dspi.h.
| void(* _dspi_handle::write_fifo) (struct _dspi_handle *p_dspi) |
Pointer to DSPI Tx transfer FIFO write function
Definition at line 135 of file gr55xx_hal_dspi.h.