Home
last modified time | relevance | path

Searched refs:USART5_CTL2_IRLP (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c932 USART5_CTL2(usart_periph) &= ~(USART5_CTL2_IRLP); in usart_irda_lowpower_config()
934 USART5_CTL2(usart_periph) |= (USART5_CTL2_IRLP & irlp); in usart_irda_lowpower_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h215 #define USART5_CTL2_IRLP BIT(2) /*!< IrDA low-power */ macro