Struct zinc_hal_lpc11xx::ioregs::SYSCON_uartclkdiv
[−]
[src]
pub struct SYSCON_uartclkdiv { // some fields omitted }
Register UARTCLKDIV
: UART clock divder
Methods
impl SYSCON_uartclkdiv
fn get(&self) -> SYSCON_uartclkdiv_Get
Fetch the value of the UARTCLKDIV
register.
fn div(&self) -> u32
Get value of DIV
field.
fn ignoring_state(&self) -> SYSCON_uartclkdiv_Update
Create new updater that ignores current value of the UARTCLKDIV
register.
fn set_div<'a>(&'a mut self, new_value: u32) -> SYSCON_uartclkdiv_Update<'a>
Set value of DIV
field.