STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

#define UART_DMA_RX_DISABLE   ((uint32_t)0x0000U)
 
#define UART_DMA_RX_ENABLE   ((uint32_t)USART_CR3_DMAR)
 

Detailed Description

Macro Definition Documentation

#define UART_DMA_RX_DISABLE   ((uint32_t)0x0000U)

Definition at line 397 of file stm32f7xx_hal_uart.h.

#define UART_DMA_RX_ENABLE   ((uint32_t)USART_CR3_DMAR)

Definition at line 398 of file stm32f7xx_hal_uart.h.