QSPI init Structure definition. More...
#include <gr55xx_hal_dspi.h>
Public Attributes | |
uint32_t | data_size |
uint32_t | baud_rate |
uint32_t | dspi_mode |
QSPI init Structure definition.
Definition at line 102 of file gr55xx_hal_dspi.h.
uint32_t _dspi_init_t::baud_rate |
Specifies the BaudRate prescaler value which will be used to configure the transmit and receive SCK clock. This parameter can be one even value between 0 and 7 Clock Select Clock Select.
Definition at line 107 of file gr55xx_hal_dspi.h.
uint32_t _dspi_init_t::data_size |
Specifies the DSPI data width. This parameter can be a value of Data Width Data Width.
Definition at line 104 of file gr55xx_hal_dspi.h.
uint32_t _dspi_init_t::dspi_mode |
Specifies the DSPI interface mode. This parameter can be a value of DSPI Interface mode DSPI Interface Mode.
Definition at line 110 of file gr55xx_hal_dspi.h.