Searched refs:USART_CTL1_ADDM (Results 1 – 6 of 6) sorted by relevance
465 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()
513 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()
487 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()
84 #define USART_CTL1_ADDM BIT(4) /*!< address detection m… macro
84 #define USART_CTL1_ADDM BIT(4) /*!< address detection mode */ macro
85 #define USART_CTL1_ADDM BIT(4) /*!< address detection m… macro