Home
last modified time | relevance | path

Searched refs:USART_IT_PE (Results 1 – 10 of 10) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h414 #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 Dair32f10x_usart.h220 #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 Dhk32f0xx_usart.h438 #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 Dald_usart.h242 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 Dald_usart.c654 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 Dald_smartcard.c467 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 Dch32f10x_usart.h108 #define USART_IT_PE ((uint16_t)0x0028) macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h108 #define USART_IT_PE ((uint16_t)0x0028) macro
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h108 #define USART_IT_PE ((uint16_t)0x0028) macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_usart.h305 #define USART_IT_PE ((uint32_t)(USART_CR1_REG_INDEX << 28U | USART_CR1_PEIE)) macro

Completed in 28 milliseconds