Struct zinc_hal_lpc11xx::ioregs::SYSCON_syspllstat_Get [] [src]

pub struct SYSCON_syspllstat_Get {
    // some fields omitted
}

SYSPLLSTAT: System PLL status

Methods

impl SYSCON_syspllstat_Get

fn new(reg: &SYSCON_syspllstat) -> SYSCON_syspllstat_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn lock(&self) -> SYSCON_syspllstat_lock

Get value of LOCK field: PLL lock status

Trait Implementations

impl Copy for SYSCON_syspllstat_Get

Derived Implementations

impl Clone for SYSCON_syspllstat_Get

fn clone(&self) -> SYSCON_syspllstat_Get

fn clone_from(&mut self, source: &Self)