Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_usart.c130 if(USART_CTL0(usart_periph) & USART_CTL0_OVSMOD) { in usart_baudrate_set()
340 USART_CTL0(usart_periph) &= ~(USART_CTL0_OVSMOD); in usart_oversample_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_usart.c133 if(USART_CTL0(usart_periph) & USART_CTL0_OVSMOD){ in usart_baudrate_set()
345 USART_CTL0(usart_periph) &= ~(USART_CTL0_OVSMOD); in usart_oversample_config()
347 USART_CTL0(usart_periph) |= (USART_CTL0_OVSMOD & oversamp); in usart_oversample_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c94 if(USART_CTL0(usart_periph) & USART_CTL0_OVSMOD){ in usart_baudrate_set()
336 USART_CTL0(usart_periph) &= ~(USART_CTL0_OVSMOD); in usart_oversample_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c102 if(USART_CTL0(usart_periph) & USART_CTL0_OVSMOD) { in usart_baudrate_set()
344 USART_CTL0(usart_periph) &= ~(USART_CTL0_OVSMOD); in usart_oversample_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c94 if(USART_CTL0(usart_periph) & USART_CTL0_OVSMOD){ in usart_baudrate_set()
336 USART_CTL0(usart_periph) &= ~(USART_CTL0_OVSMOD); in usart_oversample_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h101 #define USART_CTL0_OVSMOD BIT(15) /*!< oversample mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h76 #define USART_CTL0_OVSMOD BIT(15) /*!< oversample mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h77 #define USART_CTL0_OVSMOD BIT(15) /*!< oversample mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h78 #define USART_CTL0_OVSMOD BIT(15) /*!< oversample mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h116 #define USART_CTL0_OVSMOD BIT(15) /*!< oversample mode */ macro