Lines Matching refs:USART_CTL3
279 ctl = USART_CTL3(usart_periph); in usart_data_first_config()
283 USART_CTL3(usart_periph) = ctl; in usart_data_first_config()
305 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
308 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
311 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
314 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
317 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
320 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
368 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
379 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
659 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()
660 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum) << CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()