Struct zinc_hal_lpc11xx::ioregs::SYSCON_syspllctrl_Get [] [src]

pub struct SYSCON_syspllctrl_Get {
    // some fields omitted
}

SYSPLLCTRL: System PLL control

Methods

impl SYSCON_syspllctrl_Get

fn new(reg: &SYSCON_syspllctrl) -> SYSCON_syspllctrl_Get

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

fn raw(&self) -> u32

Get the raw value of the register.

fn msel(&self) -> u32

Get value of MSEL field: Feedback divider value. The division value M is the programmed MSEL value + 1. 00000: Division ratio M = 1 to 11111: Division ratio M = 32.

fn psel(&self) -> SYSCON_syspllctrl_psel

Get value of PSEL field: Post divider ratio P. The division ratio is 2 x P.

Trait Implementations

impl Copy for SYSCON_syspllctrl_Get

Derived Implementations

impl Clone for SYSCON_syspllctrl_Get

fn clone(&self) -> SYSCON_syspllctrl_Get

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