[][src]Type Definition lpc54606_pac::usart0::brg::R

type R = R<u32, BRG>;

Reader of register BRG

Methods

impl R[src]

pub fn brgval(&self) -> BRGVAL_R[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.