Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c241 static void UART_TxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart);
1267 huart->TxISR = UART_TxISR_8BIT_FIFOEN; in HAL_UART_Transmit_IT()
3703 static void UART_TxISR_8BIT_FIFOEN(UART_HandleTypeDef *huart) in UART_TxISR_8BIT_FIFOEN() function