Home
last modified time | relevance | path

Searched refs:UART_FIFOMODE_DISABLE (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart_ex.c615 huart->FifoMode = UART_FIFOMODE_DISABLE; in HAL_UARTEx_DisableFifoMode()
773 if (huart->FifoMode == UART_FIFOMODE_DISABLE) in UARTEx_SetNbDataToProcess()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart_ex.h109 #define UART_FIFOMODE_DISABLE 0x00000000U /*!< FIFO mode disable */ macro