Macros
Collaboration diagram for USART_Clock:

Macros

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

Detailed Description

Macro Definition Documentation

◆ IS_USART_CLOCK [1/3]

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

Definition at line 196 of file stm32f10x_usart.h.

◆ IS_USART_CLOCK [2/3]

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

Definition at line 199 of file stm32f4xx_usart.h.

◆ IS_USART_CLOCK [3/3]

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

Definition at line 201 of file stm32f30x_usart.h.

◆ USART_Clock_Disable [1/3]

#define USART_Clock_Disable   ((uint16_t)0x0000)

Definition at line 194 of file stm32f10x_usart.h.

◆ USART_Clock_Disable [2/3]

#define USART_Clock_Disable   ((uint16_t)0x0000)

Definition at line 197 of file stm32f4xx_usart.h.

◆ USART_Clock_Disable [3/3]

#define USART_Clock_Disable   ((uint32_t)0x00000000)

Definition at line 199 of file stm32f30x_usart.h.

◆ USART_Clock_Enable [1/3]

#define USART_Clock_Enable   ((uint16_t)0x0800)

Definition at line 195 of file stm32f10x_usart.h.

◆ USART_Clock_Enable [2/3]

#define USART_Clock_Enable   ((uint16_t)0x0800)

Definition at line 198 of file stm32f4xx_usart.h.

◆ USART_Clock_Enable [3/3]

#define USART_Clock_Enable   USART_CR2_CLKEN

Definition at line 200 of file stm32f30x_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:15