STM32H735xx HAL User Manual
|
UART FIFO mode. More...
Defines | |
#define | UART_FIFOMODE_DISABLE 0x00000000U |
#define | UART_FIFOMODE_ENABLE USART_CR1_FIFOEN |
UART FIFO mode.
#define UART_FIFOMODE_DISABLE 0x00000000U |
FIFO mode disable
Definition at line 91 of file stm32h7xx_hal_uart_ex.h.
Referenced by HAL_UARTEx_DisableFifoMode(), and UARTEx_SetNbDataToProcess().
#define UART_FIFOMODE_ENABLE USART_CR1_FIFOEN |
FIFO mode enable
Definition at line 92 of file stm32h7xx_hal_uart_ex.h.
Referenced by HAL_UART_Abort(), HAL_UART_Abort_IT(), HAL_UART_AbortTransmit(), HAL_UART_AbortTransmit_IT(), HAL_UART_Transmit_IT(), HAL_UARTEx_EnableFifoMode(), UART_DMATxAbortCallback(), UART_DMATxOnlyAbortCallback(), and UART_Start_Receive_IT().