Home
last modified time | relevance | path

Searched refs:CTL2_DENR (Results 1 – 3 of 3) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_lpuart.h280 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro
281 #define LPUART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */
282 #define LPUART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */
Dgd32l23x_usart.h392 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro
393 #define USART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */
394 #define USART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h386 #define CTL2_DENR(regval) (BIT(6) & ((uint32_t)(regval) << 6)) macro
387 #define USART_DENR_ENABLE CTL2_DENR(1) /*!< enable for reception */
388 #define USART_DENR_DISABLE CTL2_DENR(0) /*!< disable for reception */