STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define USART_Clock_Disable   ((uint32_t)0x00000000)
 
#define USART_Clock_Enable   USART_CR2_CLKEN
 
#define IS_USART_CLOCK(CLOCK)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_CLOCK (   CLOCK)
Value:
(((CLOCK) == USART_Clock_Disable) || \
((CLOCK) == USART_Clock_Enable))