Macros
Collaboration diagram for USART_MuteMode_WakeUp_methods:

Macros

#define IS_USART_MUTEMODE_WAKEUP(WAKEUP)
 
#define USART_WakeUp_AddressMark   USART_CR1_WAKE
 
#define USART_WakeUp_IdleLine   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_MUTEMODE_WAKEUP (   WAKEUP)
Value:
(((WAKEUP) == USART_WakeUp_IdleLine) || \
((WAKEUP) == USART_WakeUp_AddressMark))
#define USART_WakeUp_IdleLine
#define USART_WakeUp_AddressMark

Definition at line 274 of file stm32f30x_usart.h.

#define USART_WakeUp_AddressMark   USART_CR1_WAKE

Definition at line 273 of file stm32f30x_usart.h.

#define USART_WakeUp_IdleLine   ((uint32_t)0x00000000)

Definition at line 272 of file stm32f30x_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Wed Jul 3 2019 19:59:30