Macros
Collaboration diagram for USART_DMA_Recception_Error:

Macros

#define IS_USART_DMAONERROR(DMAERROR)
 
#define USART_DMAOnError_Disable   USART_CR3_DDRE
 
#define USART_DMAOnError_Enable   ((uint32_t)0x00000000)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_DMAONERROR (   DMAERROR)
Value:
(((DMAERROR) == USART_DMAOnError_Disable)|| \
((DMAERROR) == USART_DMAOnError_Enable))
#define USART_DMAOnError_Disable
#define USART_DMAOnError_Enable

Definition at line 262 of file stm32f30x_usart.h.

#define USART_DMAOnError_Disable   USART_CR3_DDRE

Definition at line 261 of file stm32f30x_usart.h.

#define USART_DMAOnError_Enable   ((uint32_t)0x00000000)

Definition at line 260 of file stm32f30x_usart.h.



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