Home
last modified time | relevance | path

Searched refs:MCR (Results 1 – 6 of 6) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart.c556 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()
Dmss_uart.h720 volatile uint8_t MCR; member
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c396 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()
/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h31 …__IOM uint8_t MCR; /*!< (@ 0x00000004) UART Modem control register … member
Dmec5_uart_v1_5.h31 …__IOM uint8_t MCR; /*!< (@ 0x00000004) UART Modem control register … member
/hal_microchip-latest/mec/mec1501/component/
Duart.h283 __IOM uint8_t MCR; /*!< (@ 0x0004) UART Modem Control(RW) */ member