[−][src]Type Definition lpc55_pac::usart0::brg::W
type W = W<u32, BRG>;
Writer for register BRG
Implementations
impl W
[src]
pub fn brgval(&mut self) -> BRGVAL_W<'_>
[src]
Bits 0:15 - 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.