Searched refs:MCR (Results 1 – 6 of 6) sorted by relevance
556 this_uart->hw_reg->MCR &= ~LOOP_MASK; in MSS_UART_set_loopback()561 this_uart->hw_reg->MCR |= LOOP_MASK; in MSS_UART_set_loopback()567 this_uart->hw_reg->MCR &= ~(RLOOP_MASK|ECHO_MASK); in MSS_UART_set_loopback()572 this_uart->hw_reg->MCR |= (1u << RLOOP); in MSS_UART_set_loopback()577 this_uart->hw_reg->MCR |= (1u << ECHO); in MSS_UART_set_loopback()1429 this_uart->hw_reg->MCR &= ~LOOP_MASK; in global_init()1431 this_uart->hw_reg->MCR &= ~RLOOP_MASK; in global_init()
720 volatile uint8_t MCR; member
396 regs->MCR |= (uint8_t)MEC_BIT(MEC_UART_MCR_OUT2_Pos); in uart_intr_out_enable()398 regs->MCR &= (uint8_t)~MEC_BIT(MEC_UART_MCR_OUT2_Pos); in uart_intr_out_enable()708 base->MCR |= MEC_BIT(bitpos); in mec_hal_uart_dtr_rts_set()710 base->MCR &= (uint8_t)~MEC_BIT(bitpos); in mec_hal_uart_dtr_rts_set()
31 …__IOM uint8_t MCR; /*!< (@ 0x00000004) UART Modem control register … member
283 __IOM uint8_t MCR; /*!< (@ 0x0004) UART Modem Control(RW) */ member