Lines Matching refs:USART_CTL3
257 USART_CTL3(usart_periph) &= ~(USART_CTL3_MSBF); in usart_data_first_config()
258 USART_CTL3(usart_periph) |= msbf; in usart_data_first_config()
281 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
285 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
289 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
293 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
297 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
301 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
316 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
327 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
607 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()
608 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()