Searched refs:USART_IT_PE (Results 1 – 10 of 10) sorted by relevance
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 414 #define USART_IT_PE ((uint32_t)0x00000108) macro 426 #define IS_USART_CONFIG_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \ 433 #define IS_USART_GET_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \ 441 #define IS_USART_CLEAR_IT(IT) (((IT) == USART_IT_TC) || ((IT) == USART_IT_PE) || \
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 220 #define USART_IT_PE ((uint16_t)0x0028) macro 231 #define IS_USART_CONFIG_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \ 235 #define IS_USART_GET_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 438 #define USART_IT_PE ((uint32_t)0x00000108) macro 450 #define IS_USART_CONFIG_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \ 457 #define IS_USART_GET_IT(IT) (((IT) == USART_IT_PE) || ((IT) == USART_IT_TXE) || \ 465 #define IS_USART_CLEAR_IT(IT) (((IT) == USART_IT_TC) || ((IT) == USART_IT_PE) || \
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_usart.h | 242 USART_IT_PE = ((1U << 8) | (1U << 16)), /**< Parity error */ enumerator 422 #define IS_USART_CONFIG_IT(x) (((x) == USART_IT_PE) || ((x) == USART_IT_TXE) || \ 426 #define IS_USART_GET_IT(x) (((x) == USART_IT_PE) || ((x) == USART_IT_TXE) || \
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_usart.c | 654 ald_usart_interrupt_config(hperh, USART_IT_PE, ENABLE); in ald_usart_recv_by_it() 686 ald_usart_interrupt_config(hperh, USART_IT_PE, ENABLE); in ald_usart_recv_frame_by_it() 1146 ald_usart_interrupt_config(hperh, USART_IT_PE, ENABLE); in ald_usart_recv_by_it_sync() 1183 ald_usart_interrupt_config(hperh, USART_IT_PE, ENABLE); in ald_usart_send_recv_by_it_sync() 1529 source = ald_usart_get_it_status(hperh, USART_IT_PE); in ald_usart_irq_handler() 2032 ald_usart_interrupt_config(hperh, USART_IT_PE, DISABLE); in usart_wait_flag() 2123 ald_usart_interrupt_config(hperh, USART_IT_PE, DISABLE); in __usart_recv_by_it() 2153 ald_usart_interrupt_config(hperh, USART_IT_PE, DISABLE); in __usart_recv_frame_cplt() 2201 ald_usart_interrupt_config(hperh, USART_IT_PE, DISABLE); in __usart_recv_by_it_sync() 2267 ald_usart_interrupt_config(hperh, USART_IT_PE, DISABLE); in __usart_send_recv_by_it_sync()
|
| A D | ald_smartcard.c | 467 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_PE, ENABLE); in ald_smartcard_recv_by_it() 588 source = ald_usart_get_it_status((usart_handle_t *)hperh, USART_IT_PE); in ald_smartcard_irq_handler() 778 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_PE, DISABLE); in smartcard_wait_flag() 848 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_PE, DISABLE); in __smartcard_recv_by_it()
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 108 #define USART_IT_PE ((uint16_t)0x0028) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 108 #define USART_IT_PE ((uint16_t)0x0028) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 108 #define USART_IT_PE ((uint16_t)0x0028) macro
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 305 #define USART_IT_PE ((uint32_t)(USART_CR1_REG_INDEX << 28U | USART_CR1_PEIE)) macro
|
Completed in 28 milliseconds