Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h352 #define UART_FLAG_IDLE ((uint32_t)USART_SR_IDLE) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c1659 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE)) in HAL_UARTEx_ReceiveToIdle()
3610 if (__HAL_UART_GET_FLAG(huart, UART_FLAG_IDLE)) in UART_Receive_IT()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c489 … else if ((uart->uart_dma_flag) && (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_IDLE) != RESET) in uart_isr()
A Ddrv_usart_v2.c492 if ((uart->uart_dma_flag) && (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_IDLE)) in uart_isr()

Completed in 22 milliseconds