Home
last modified time | relevance | path

Searched refs:EFBR_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mpfs/drivers/mss/mss_mmuart/
Dmss_uart_regs.h83 #define EFBR_MASK (0x01u << 7u) /* Enable fractional baud rate mode */ macro
Dmss_uart.c1449 this_uart->hw_reg->MM0 &= ~EFBR_MASK; in global_init()
1549 this_uart->hw_reg->MM0 |= EFBR_MASK; in config_baud_divisors()
1571 this_uart->hw_reg->MM0 &= ~EFBR_MASK; in config_baud_divisors()