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

#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.

#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.

#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.

#define USART_Clock_Disable   ((uint16_t)0x0000)

Definition at line 194 of file stm32f10x_usart.h.

#define USART_Clock_Disable   ((uint16_t)0x0000)

Definition at line 197 of file stm32f4xx_usart.h.

#define USART_Clock_Disable   ((uint32_t)0x00000000)

Definition at line 199 of file stm32f30x_usart.h.

#define USART_Clock_Enable   ((uint16_t)0x0800)

Definition at line 195 of file stm32f10x_usart.h.

#define USART_Clock_Enable   ((uint16_t)0x0800)

Definition at line 198 of file stm32f4xx_usart.h.

#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 Thu Apr 15 2021 05:07:55