CARME-M4 BSP  V1.5
+ Collaboration diagram for USART_Clock:

Macros

#define USART_Clock_Disable   ((uint16_t)0x0000)
 
#define USART_Clock_Enable   ((uint16_t)0x0800)
 
#define IS_USART_CLOCK(CLOCK)
 

Detailed Description

Macro Definition Documentation

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

Definition at line 199 of file stm32f4xx_usart.h.