Home
last modified time | relevance | path

Searched refs:USART_CTL1_ADDM (Results 1 – 6 of 6) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/source/
Dgd32a50x_usart.c465 USART_CTL1(usart_periph) &= ~(USART_CTL1_ADDM); in usart_address_detection_mode_config()
466 USART_CTL1(usart_periph) |= USART_CTL1_ADDM & (addmod); in usart_address_detection_mode_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/source/
Dgd32l23x_usart.c513 USART_CTL1(usart_periph) &= ~(USART_CTL1_ADDM); in usart_address_detection_mode_config()
514 USART_CTL1(usart_periph) |= USART_CTL1_ADDM & (addmod); in usart_address_detection_mode_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_usart.c487 USART_CTL1(usart_periph) &= ~(USART_CTL1_ADDM); in usart_address_detection_mode_config()
488 USART_CTL1(usart_periph) |= USART_CTL1_ADDM & (addmod); in usart_address_detection_mode_config()
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32a50x/standard_peripheral/include/
Dgd32a50x_usart.h84 #define USART_CTL1_ADDM BIT(4) /*!< address detection m… macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_usart.h84 #define USART_CTL1_ADDM BIT(4) /*!< address detection mode */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32l23x/standard_peripheral/include/
Dgd32l23x_usart.h85 #define USART_CTL1_ADDM BIT(4) /*!< address detection m… macro