Lines Matching refs:USART_CTL3
261 ctl = USART_CTL3(usart_periph); in usart_data_first_config()
265 USART_CTL3(usart_periph) = ctl; in usart_data_first_config()
288 USART_CTL3(usart_periph) |= USART_CTL3_DINV; in usart_invert_config()
292 USART_CTL3(usart_periph) |= USART_CTL3_TINV; in usart_invert_config()
296 USART_CTL3(usart_periph) |= USART_CTL3_RINV; in usart_invert_config()
300 USART_CTL3(usart_periph) &= ~(USART_CTL3_DINV); in usart_invert_config()
304 USART_CTL3(usart_periph) &= ~(USART_CTL3_TINV); in usart_invert_config()
308 USART_CTL3(usart_periph) &= ~(USART_CTL3_RINV); in usart_invert_config()
323 USART_CTL3(usart_periph) |= USART_CTL3_RTEN; in usart_receiver_timeout_enable()
334 USART_CTL3(usart_periph) &= ~(USART_CTL3_RTEN); in usart_receiver_timeout_disable()
614 USART_CTL3(usart_periph) &= ~(USART_CTL3_SCRTNUM); in usart_smartcard_autoretry_config()
615 USART_CTL3(usart_periph) |= (USART_CTL3_SCRTNUM & ((scrtnum)<<CTL3_SCRTNUM_OFFSET)); in usart_smartcard_autoretry_config()