Searched refs:EFBR_MASK (Results 1 – 2 of 2) sorted by relevance
83 #define EFBR_MASK (0x01u << 7u) /* Enable fractional baud rate mode */ macro
1449 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()