Type Definition lpc81x_pac::lpc810::usart0::brg::BRGVAL_W

source ·
pub type BRGVAL_W<'a, const O: u8> = FieldWriter<'a, u32, BRG_SPEC, u16, u16, 16, O>;
Expand description

Field BRGVAL writer - This value is used to divide the USART input clock to determine the baud rate, based on the input clock from the FRG. 0 = FCLK is used directly by the USART function. 1 = FCLK is divided by 2 before use by the USART function. 2 = FCLK is divided by 3 before use by the USART function. 0xFFFF = FCLK is divided by 65,536 before use by the USART function.