Searched refs:USART5_CTL1_LBLEN (Results 1 – 2 of 2) sorted by relevance
581 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_LBLEN); in usart_lin_break_detection_length_config()583 USART5_CTL1(usart_periph) |= USART5_CTL1_LBLEN & (lblen); in usart_lin_break_detection_length_config()
194 #define USART5_CTL1_LBLEN BIT(5) /*!< LIN break frame length */ macro