SPIS init structures definition. More...
#include <gr55xx_ll_spi.h>
Public Attributes | |
uint32_t | data_size |
uint32_t | clock_polarity |
uint32_t | clock_phase |
SPIS init structures definition.
Definition at line 113 of file gr55xx_ll_spi.h.
uint32_t _ll_spis_init_t::clock_phase |
Specifies the clock active edge for the bit capture. This parameter can be a value of Clock Phase.
This feature can be modified afterwards using unitary function ll_spi_set_clock_phase().
Definition at line 125 of file gr55xx_ll_spi.h.
uint32_t _ll_spis_init_t::clock_polarity |
Specifies the serial clock steady state. This parameter can be a value of Clock Polarity.
This feature can be modified afterwards using unitary function ll_spi_set_clock_polarity().
Definition at line 120 of file gr55xx_ll_spi.h.
uint32_t _ll_spis_init_t::data_size |
Specifies the SPI data width. This parameter can be a value of Datawidth.
This feature can be modified afterwards using unitary function ll_spi_set_data_size().
Definition at line 115 of file gr55xx_ll_spi.h.