STM8L15x Standard Peripherals Drivers: USART_Parity

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_USART_PARITY(Parity)

Enumerations

enum  USART_Parity_TypeDef { USART_Parity_No = (uint8_t)0x00, USART_Parity_Even = (uint8_t)0x04, USART_Parity_Odd = (uint8_t)0x06 }

Define Documentation

#define IS_USART_PARITY (   Parity)
Value:
(((Parity) == USART_Parity_No)   || \
                                ((Parity) == USART_Parity_Even) || \
                                ((Parity) == USART_Parity_Odd ))

Definition at line 168 of file stm8l15x_usart.h.

Referenced by USART_Init().


Enumeration Type Documentation

Enumerator:
USART_Parity_No 

No Parity

USART_Parity_Even 

Even Parity

USART_Parity_Odd 

Odd Parity

Definition at line 161 of file stm8l15x_usart.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com