_dspi_init_t Struct Reference

QSPI init Structure definition. More...

#include <gr55xx_hal_dspi.h>

Public Attributes

uint32_t data_size
 Specifies the DSPI data width. More...
 
uint32_t baud_rate
 Specifies the BaudRate prescaler value which will be used to configure the transmit and receive SCK clock. More...
 
uint32_t dspi_mode
 Specifies the DSPI interface mode. More...
 

Detailed Description

QSPI init Structure definition.

Definition at line 95 of file gr55xx_hal_dspi.h.

Member Data Documentation

◆ baud_rate

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 100 of file gr55xx_hal_dspi.h.

◆ data_size

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 97 of file gr55xx_hal_dspi.h.

◆ dspi_mode

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 103 of file gr55xx_hal_dspi.h.


The documentation for this struct was generated from the following file: