_ll_spis_init_t Struct Reference

SPIS init structures definition. More...

#include <gr55xx_ll_spi.h>

Public Attributes

uint32_t data_size
 Specifies the SPI data width. More...
 
uint32_t clock_polarity
 Specifies the serial clock steady state. More...
 
uint32_t clock_phase
 Specifies the clock active edge for the bit capture. More...
 

Detailed Description

SPIS init structures definition.

Definition at line 113 of file gr55xx_ll_spi.h.

Member Data Documentation

◆ clock_phase

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.

◆ clock_polarity

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.

◆ data_size

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.


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