Home
last modified time | relevance | path

Searched defs:USART_FLAG_RXNE (Results 1 – 3 of 3) sorted by relevance

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_usart.h339 #define USART_FLAG_RXNE ((uint16_t)0x0020) macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_usart.h286 #define USART_FLAG_RXNE ((uint32_t)USART_SR_RXNE) macro
/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_usart.h360 #define USART_FLAG_RXNE USART_ISR_RXNE_RXFNE /*!< USART read data register n… macro