Home
last modified time | relevance | path

Searched refs:CTL2_DEP (Results 1 – 4 of 4) sorted by relevance

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lpuart.h300 #define CTL2_DEP(regval) (BIT(15) & ((uint32_t)(regval) << 15)) macro
301 #define LPUART_DEP_HIGH CTL2_DEP(0) /*!< DE signal is active high …
302 #define LPUART_DEP_LOW CTL2_DEP(1) /*!< DE signal is active low */
Dgd32l23x_usart.h417 #define CTL2_DEP(regval) (BIT(15) & ((uint32_t)(regval) << 15)) macro
418 #define USART_DEP_HIGH CTL2_DEP(0) /*!< DE signal is active high …
419 #define USART_DEP_LOW CTL2_DEP(1) /*!< DE signal is active low */
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h411 #define CTL2_DEP(regval) (BIT(15) & ((uint32_t)(regval) << 15)) macro
412 #define USART_DEP_HIGH CTL2_DEP(0) /*!< DE signal is active high …
413 #define USART_DEP_LOW CTL2_DEP(1) /*!< DE signal is active low */
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h405 #define CTL2_DEP(regval) (BIT(15) & ((uint32_t)(regval) << 15)) macro
406 #define USART_DEP_HIGH CTL2_DEP(0) /*!< DE signal is active high …
407 #define USART_DEP_LOW CTL2_DEP(1) /*!< DE signal is active low */