Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_usart.c285 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()
296 USART_CTL0(usart_periph) &= ~(USART_CTL0_RWU); in usart_mute_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/source/
Dgd32f403_usart.c387 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()
398 USART_CTL0(usart_periph) &= ~(USART_CTL0_RWU); in usart_mute_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/source/
Dgd32e10x_usart.c394 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()
405 USART_CTL0(usart_periph) &= ~(USART_CTL0_RWU); in usart_mute_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c439 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()
450 USART_CTL0(usart_periph) &= ~(USART_CTL0_RWU); in usart_mute_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c479 USART_CTL0(usart_periph) |= USART_CTL0_RWU; in usart_mute_mode_enable()
496 USART_CTL0(usart_periph) &= ~(USART_CTL0_RWU); in usart_mute_mode_disable()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_usart.h80 #define USART_CTL0_RWU BIT(1) /*!< receiver wakeup from m… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f403/standard_peripheral/include/
Dgd32f403_usart.h83 #define USART_CTL0_RWU BIT(1) /*!< receiver wakeup from mute mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e10x/standard_peripheral/include/
Dgd32e10x_usart.h85 #define USART_CTL0_RWU BIT(1) /*!< receiver wakeup from mute mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h88 #define USART_CTL0_RWU BIT(1) /*!< receiver wakeup from mute mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h103 #define USART_CTL0_RWU BIT(1) /*!< receiver wakeup from mute mode */ macro