Macros
Collaboration diagram for USART_StopMode_WakeUp_methods:

Macros

#define IS_USART_STOPMODE_WAKEUPSOURCE(SOURCE)
 
#define USART_WakeUpSource_AddressMatch   ((uint32_t)0x00000000)
 
#define USART_WakeUpSource_RXNE   (uint32_t)(USART_CR3_WUS_0 | USART_CR3_WUS_1)
 
#define USART_WakeUpSource_StartBit   USART_CR3_WUS_1
 

Detailed Description

Macro Definition Documentation

#define IS_USART_STOPMODE_WAKEUPSOURCE (   SOURCE)
Value:
((SOURCE) == USART_WakeUpSource_StartBit) || \
((SOURCE) == USART_WakeUpSource_RXNE))
#define USART_WakeUpSource_RXNE
#define USART_WakeUpSource_StartBit
#define USART_WakeUpSource_AddressMatch

Definition at line 299 of file stm32f30x_usart.h.

#define USART_WakeUpSource_AddressMatch   ((uint32_t)0x00000000)

Definition at line 296 of file stm32f30x_usart.h.

#define USART_WakeUpSource_RXNE   (uint32_t)(USART_CR3_WUS_0 | USART_CR3_WUS_1)

Definition at line 298 of file stm32f30x_usart.h.

#define USART_WakeUpSource_StartBit   USART_CR3_WUS_1

Definition at line 297 of file stm32f30x_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56