Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_lpuart.h265 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro
266 #define LPUART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */
267 #define LPUART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
Dgd32l23x_usart.h345 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro
346 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */
347 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h339 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro
340 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */
341 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h340 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro
341 #define USART_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */
342 #define USART_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_usart.h615 #define CTL1_ADDM(regval) (BIT(4) & ((uint32_t)(regval) << 4)) macro
616 #define USART5_ADDM_4BIT CTL1_ADDM(0) /*!< 4-bit address detection */
617 #define USART5_ADDM_FULLBIT CTL1_ADDM(1) /*!< full-bit address detectio…