Home
last modified time | relevance | path

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

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c524 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_LBD) != RESET) in uart_isr()
526 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_LBD); in uart_isr()
A Ddrv_usart_v2.c527 if (__HAL_UART_GET_FLAG(&(uart->handle), UART_FLAG_LBD)) in uart_isr()
529 UART_INSTANCE_CLEAR_FUNCTION(&(uart->handle), UART_FLAG_LBD); in uart_isr()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h348 #define UART_FLAG_LBD ((uint32_t)USART_SR_LBD) macro

Completed in 17 milliseconds