Searched refs:higher_baud_rate (Results 1 – 1 of 1) sorted by relevance
322 const float higher_baud_rate = kSourceClock / ((ubr_div_rounded_down + 1) * _sample_rate); in apple_uart_set_baud_rate() local324 if ((((higher_baud_rate - baud_rate) / baud_rate) * 100) < kMaxErrorPercentage) { in apple_uart_set_baud_rate()