STM8L15x Standard Peripherals Drivers: USART_LastBit

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_USART_LASTBIT(LASTBIT)

Enumerations

enum  USART_LastBit_TypeDef { USART_LastBit_Disable = (uint8_t)0x00, USART_LastBit_Enable = (uint8_t)0x01 }

Define Documentation

#define IS_USART_LASTBIT (   LASTBIT)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
                                   ((LASTBIT) == USART_LastBit_Enable))

Definition at line 298 of file stm8l15x_usart.h.

Referenced by USART_ClockInit().


Enumeration Type Documentation

Enumerator:
USART_LastBit_Disable 

The clock pulse of the last data bit is not output to the SCLK pin.

USART_LastBit_Enable 

The clock pulse of the last data bit is output to the SCLK pin.

Definition at line 292 of file stm8l15x_usart.h.

STM8S Firmware Library: Overview

 

 

 

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