STM8L15x Standard Peripherals Drivers: USART_Word_Length

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_USART_WORDLENGTH(WordLength)

Enumerations

enum  USART_WordLength_TypeDef { USART_WordLength_8b = (uint8_t)0x00, USART_WordLength_9b = (uint8_t)0x10 }

Define Documentation

#define IS_USART_WORDLENGTH (   WordLength)
Value:
(((WordLength) == USART_WordLength_8b) || \
                                         ((WordLength) == USART_WordLength_9b))

Definition at line 197 of file stm8l15x_usart.h.

Referenced by USART_Init().


Enumeration Type Documentation

Enumerator:
USART_WordLength_8b 

8 bits Data

USART_WordLength_9b 

9 bits Data

Definition at line 191 of file stm8l15x_usart.h.

STM8S Firmware Library: Overview

 

 

 

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