STM8L15x Standard Peripherals Drivers: USART_Clock

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_USART_CLOCK(CLOCK)   (((CLOCK) == USART_Clock_Disable) ||((CLOCK) == USART_Clock_Enable))

Enumerations

enum  USART_Clock_TypeDef { USART_Clock_Disable = (uint8_t)0x00, USART_Clock_Enable = (uint8_t)0x08 }

Define Documentation

#define IS_USART_CLOCK (   CLOCK)    (((CLOCK) == USART_Clock_Disable) ||((CLOCK) == USART_Clock_Enable))

Definition at line 256 of file stm8l15x_usart.h.

Referenced by USART_ClockInit().


Enumeration Type Documentation

Enumerator:
USART_Clock_Disable 

CK pin disabled

USART_Clock_Enable 

CK pin enabled

Definition at line 250 of file stm8l15x_usart.h.

STM8S Firmware Library: Overview

 

 

 

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