Home
last modified time | relevance | path

Searched refs:USART_CTL2_IREN (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c504 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
515 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c632 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
643 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c639 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
650 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c684 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
695 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c776 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
790 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c823 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
837 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c797 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
811 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c870 USART_CTL2(usart_periph) |= USART_CTL2_IREN; in usart_irda_mode_enable()
889 USART_CTL2(usart_periph) &= ~(USART_CTL2_IREN); in usart_irda_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h107 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h110 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h112 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h116 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h103 #define USART_CTL2_IREN BIT(1) /*!< enable IrDA mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h105 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h106 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h131 #define USART_CTL2_IREN BIT(1) /*!< IrDA mode enable */ macro