Macros
Collaboration diagram for USART_Request:

Macros

#define IS_USART_REQUEST(REQUEST)
 
#define USART_Request_ABRRQ   USART_RQR_ABRRQ
 
#define USART_Request_MMRQ   USART_RQR_MMRQ
 
#define USART_Request_RXFRQ   USART_RQR_RXFRQ
 
#define USART_Request_SBKRQ   USART_RQR_SBKRQ
 
#define USART_Request_TXFRQ   USART_RQR_TXFRQ
 

Detailed Description

Macro Definition Documentation

#define IS_USART_REQUEST (   REQUEST)
Value:
(((REQUEST) == USART_Request_TXFRQ) || \
((REQUEST) == USART_Request_RXFRQ) || \
((REQUEST) == USART_Request_MMRQ) || \
((REQUEST) == USART_Request_SBKRQ) || \
((REQUEST) == USART_Request_ABRRQ))
#define USART_Request_TXFRQ
#define USART_Request_MMRQ
#define USART_Request_RXFRQ
#define USART_Request_SBKRQ
#define USART_Request_ABRRQ

Definition at line 393 of file stm32f30x_usart.h.

#define USART_Request_ABRRQ   USART_RQR_ABRRQ

Definition at line 387 of file stm32f30x_usart.h.

#define USART_Request_MMRQ   USART_RQR_MMRQ

Definition at line 389 of file stm32f30x_usart.h.

#define USART_Request_RXFRQ   USART_RQR_RXFRQ

Definition at line 390 of file stm32f30x_usart.h.

#define USART_Request_SBKRQ   USART_RQR_SBKRQ

Definition at line 388 of file stm32f30x_usart.h.

#define USART_Request_TXFRQ   USART_RQR_TXFRQ

Definition at line 391 of file stm32f30x_usart.h.



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