Home
last modified time | relevance | path

Searched refs:USART_FLAG_IDLE (Results 1 – 15 of 15) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h373 #define USART_FLAG_IDLE USART_ISR_IDLE macro
380 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
391 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_ORE) || \
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_usart.h397 #define USART_FLAG_IDLE USART_ISR_IDLE macro
404 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
415 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_ORE) || \
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h304 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
311 ((FLAG) == USART_FLAG_IDLE) || ((FLAG) == USART_FLAG_LBD) || \
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_usart.h262 USART_FLAG_IDLE = (1U << 4), /**< Idle */ enumerator
437 ((x) == USART_FLAG_IDLE) || \
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_usart.h202 USART_FLAG_IDLE = 0x0010, /*!< Idle Line detection flag */ enumerator
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h142 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h145 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h145 #define USART_FLAG_IDLE ((uint16_t)0x0010) macro
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_usart.h201 USART_FLAG_IDLE = 0x0010, enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_usart.h201 USART_FLAG_IDLE = 0x0010, enumerator
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_usart.h201 USART_FLAG_IDLE = 0x0010, enumerator
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_standard_peripheral/Include/
A Dgd32vf103_usart.h147USART_FLAG_IDLE = USART_REGIDX_BIT(USART_STAT_REG_OFFSET, 4U), /*!< IDLE frame detected flag … enumerator
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_usart.h287 #define USART_FLAG_IDLE ((uint32_t)USART_SR_IDLE) macro
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart_v2.c554 …else if ((uart->uart_dma_flag) && (USART_GetFlagStatus(uart->handle.Instance, USART_FLAG_IDLE) != … in uart_isr()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_usart.c1550 flag = ald_usart_get_flag_status(hperh, USART_FLAG_IDLE); in ald_usart_irq_handler()

Completed in 34 milliseconds