Home
last modified time | relevance | path

Searched refs:CTL2_OSB (Results 1 – 5 of 5) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_usart.h328 #define CTL2_OSB(regval) (BIT(11) & ((uint32_t)(regval) << 11)) macro
329 #define USART_OSB_1bit CTL2_OSB(1) /*!< 1 bit */
330 #define USART_OSB_3bit CTL2_OSB(0) /*!< 3 bits */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h400 #define CTL2_OSB(regval) (BIT(11) & ((uint32_t)(regval) << 11)) macro
401 #define USART_OSB_1BIT CTL2_OSB(1) /*!< 1 sample bit */
402 #define USART_OSB_3BIT CTL2_OSB(0) /*!< 3 sample bits */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h406 #define CTL2_OSB(regval) (BIT(11) & ((uint32_t)(regval) << 11)) macro
407 #define USART_OSB_1BIT CTL2_OSB(1) /*!< 1 sample bit */
408 #define USART_OSB_3BIT CTL2_OSB(0) /*!< 3 sample bits */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h412 #define CTL2_OSB(regval) (BIT(11) & ((uint32_t)(regval) << 11)) macro
413 #define USART_OSB_1BIT CTL2_OSB(1) /*!< 1 sample bit */
414 #define USART_OSB_3BIT CTL2_OSB(0) /*!< 3 sample bits */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h593 #define CTL2_OSB(regval) (BIT(11) & ((uint32_t)(regval) << 11)) macro
594 #define USART_OSB_1bit CTL2_OSB(1) /*!< 1 bit */
595 #define USART_OSB_3bit CTL2_OSB(0) /*!< 3 bits */