Lines Matching refs:USART5_CTL1

221         USART5_CTL1(usart_periph) &= ~USART5_CTL1_STB;   in usart_stop_bit_set()
223 USART5_CTL1(usart_periph) |= (USART5_CTL1_STB & stblen); in usart_stop_bit_set()
387 USART5_CTL1(usart_periph) |= USART5_CTL1_RTEN; in usart_receiver_timeout_enable()
404 USART5_CTL1(usart_periph) &= ~USART5_CTL1_RTEN; in usart_receiver_timeout_disable()
539 USART5_CTL1(usart_periph) |= USART5_CTL1_LMEN; in usart_lin_mode_enable()
558 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_LMEN); in usart_lin_mode_disable()
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()
641 USART5_CTL1(usart_periph) |= USART5_CTL1_CKEN; in usart_synchronous_clock_enable()
660 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_CKEN); in usart_synchronous_clock_disable()
693 ctl = USART5_CTL1(usart_periph); in usart_synchronous_clock_config()
699 USART5_CTL1(usart_periph) = ctl; in usart_synchronous_clock_config()
1343 ctl = USART5_CTL1(usart_periph); in usart5_data_first_config()
1347 USART5_CTL1(usart_periph) = ctl; in usart5_data_first_config()
1371 USART5_CTL1(usart_periph) |= USART5_CTL1_DINV; in usart5_invert_config()
1374 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_DINV); in usart5_invert_config()
1377 USART5_CTL1(usart_periph) |= USART5_CTL1_TINV; in usart5_invert_config()
1380 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_TINV); in usart5_invert_config()
1383 USART5_CTL1(usart_periph) |= USART5_CTL1_RINV; in usart5_invert_config()
1386 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_RINV); in usart5_invert_config()
1389 USART5_CTL1(usart_periph) |= USART5_CTL1_STRP; in usart5_invert_config()
1392 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_STRP); in usart5_invert_config()
1433 USART5_CTL1(usart_periph) |= USART5_CTL1_ABDEN; in usart5_autobaud_detection_enable()
1444 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ABDEN); in usart5_autobaud_detection_disable()
1460 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ABDM); in usart5_autobaud_detection_mode_config()
1461 USART5_CTL1(usart_periph) |= (USART5_CTL1_ABDM & abdmod); in usart5_autobaud_detection_mode_config()
1476 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ADDR); in usart5_address_config()
1477 USART5_CTL1(usart_periph) |= (USART5_CTL1_ADDR & (((uint32_t)addr) << 24)); in usart5_address_config()
1495 USART5_CTL1(usart_periph) &= ~(USART5_CTL1_ADDM); in usart5_address_detection_mode_config()
1496 USART5_CTL1(usart_periph) |= (USART5_CTL1_ADDM & addmod); in usart5_address_detection_mode_config()