Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h55 #define UART_RIS_FEI BIT7 macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h55 #define UART_RIS_FEI BIT7 macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c159 if (((isrflags & UART_RIS_FEI) != 0) && ((ieits & UART_IE_FEI) != 0)) in HAL_UART_IRQHandler()
161 SET_BIT(huart->Instance->ICR, UART_RIS_FEI); in HAL_UART_IRQHandler()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c158 if (((isrflags & UART_RIS_FEI) != 0) && ((ieits & UART_IE_FEI) != 0)) in HAL_UART_IRQHandler()
160 SET_BIT(huart->Instance->ICR, UART_RIS_FEI); in HAL_UART_IRQHandler()

Completed in 13 milliseconds