Home
last modified time | relevance | path

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

/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart_v2.c232 __HAL_UART_DISABLE_IT(&(uart->handle), UART_IT_RXNE); in stm32_control()
238 __HAL_UART_DISABLE_IT(&(uart->handle), UART_IT_RXNE); in stm32_control()
273 __HAL_UART_ENABLE_IT(&(uart->handle), UART_IT_RXNE); in stm32_control()
448 …LAG(&(uart->handle), UART_FLAG_RXNE)) && (__HAL_UART_GET_IT_SOURCE(&(uart->handle), UART_IT_RXNE))) in uart_isr()
A Ddrv_usart.c258 __HAL_UART_DISABLE_IT(&(uart->handle), UART_IT_RXNE); in stm32_control()
298 __HAL_UART_ENABLE_IT(&(uart->handle), UART_IT_RXNE); in stm32_control()
469 (__HAL_UART_GET_IT_SOURCE(&(uart->handle), UART_IT_RXNE) != RESET)) in uart_isr()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h374 #define UART_IT_RXNE ((uint32_t)(UART_CR1_REG_INDEX << 28U | USART_CR1_RXNEIE)) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c3215 __HAL_UART_ENABLE_IT(huart, UART_IT_RXNE); in UART_Start_Receive_IT()
3588 __HAL_UART_DISABLE_IT(huart, UART_IT_RXNE); in UART_Receive_IT()

Completed in 19 milliseconds