[][src]Type Definition lpc11xx::uart::fdr::W

type W = W<u32, FDR>;

Writer for register FDR

Methods

impl W[src]

pub fn divaddval(&mut self) -> DIVADDVAL_W[src]

Bits 0:3 - Baud rate generation pre-scaler divisor value. If this field is 0, fractional baud rate generator will not impact the UART baud rate.

pub fn mulval(&mut self) -> MULVAL_W[src]

Bits 4:7 - Baud rate pre-scaler multiplier value. This field must be greater or equal 1 for UART to operate properly, regardless of whether the fractional baud rate generator is used or not.