2.131.56 USART_SPI_DATA_BITS Enum
C
/* USART SPI master mode */
typedef enum
{
USART_SPI_DATA_BITS_8 = US_MR_SPI_CHRL_8_BIT,
/* Force the compiler to reserve 32-bit space for each enum value */
USART_SPI_DATA_BITS_INVALID = 0xFFFFFFFF
}USART_SPI_DATA_BITS;
Summary
Data structure containing the SPI parameters which can be changed at run time
Description
This enumeration constant defines possible values for USART SPI data bits
Remarks
None.
