Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_uart.c86 base->LCR |= MEC_BIT(MEC_UART_LCR_DLAB_Pos); in uart_baud_divider_get()
90 base->LCR &= (uint8_t)~MEC_BIT(MEC_UART_LCR_DLAB_Pos); in uart_baud_divider_get()
186 reg_val = base->LCR & (MEC_UART_LCR_PARITY_Msk | MEC_UART_LCR_PARITY_SEL_Msk); in mec_hal_uart_parity_get()
209 base->LCR = (base->LCR & (uint8_t)~MEC_UART_LCR_WORD_LEN_Msk) | val; in mec_hal_uart_word_len_set()
223 temp = base->LCR & MEC_UART_LCR_WORD_LEN_Msk; in mec_hal_uart_word_len_get()
247 base->LCR |= MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in mec_hal_uart_stop_bits_set()
249 base->LCR &= (uint8_t)~MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos); in mec_hal_uart_stop_bits_set()
263 if (base->LCR & MEC_BIT(MEC_UART_LCR_STOP_BITS_Pos)) { in mec_hal_uart_stop_bits_get()
331 regs->LCR |= (uint8_t)MEC_BIT(MEC_UART_LCR_DLAB_Pos); in prog_baud_rate()
334 regs->LCR &= (uint8_t)~MEC_BIT(MEC_UART_LCR_DLAB_Pos); in prog_baud_rate()
[all …]
/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart.c930 this_uart->hw_reg->LCR |= SB_MASK; in MSS_UART_set_break()
943 this_uart->hw_reg->LCR &= ~SB_MASK; in MSS_UART_clear_break()
1470 this_uart->hw_reg->LCR = line_config; in global_init()
1537 this_uart->hw_reg->LCR |= DLAB_MASK; in config_baud_divisors()
1546 this_uart->hw_reg->LCR &= ~DLAB_MASK; in config_baud_divisors()
1559 this_uart->hw_reg->LCR |= DLAB_MASK; in config_baud_divisors()
1568 this_uart->hw_reg->LCR &= ~DLAB_MASK; in config_baud_divisors()
Dmss_uart.h717 volatile uint8_t LCR; member
/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h30 …__IOM uint8_t LCR; /*!< (@ 0x00000003) UART Line control register … member
Dmec5_uart_v1_5.h30 …__IOM uint8_t LCR; /*!< (@ 0x00000003) UART Line control register … member
/hal_microchip-latest/mec/mec1501/component/
Duart.h282 __IOM uint8_t LCR; /*!< (@ 0x0003) UART Line Control(RW) */ member