[][src]Struct lpc55s6x_pac::syscon::pll0ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn selr(&self) -> SELRR[src]

Bits 0:3 - Bandwidth select R value.

pub fn seli(&self) -> SELIR[src]

Bits 4:9 - Bandwidth select I value.

pub fn selp(&self) -> SELPR[src]

Bits 10:14 - Bandwidth select P value.

pub fn bypasspll(&self) -> BYPASSPLLR[src]

Bit 15 - Bypass PLL input clock is sent directly to the PLL output (default).

pub fn bypasspostdiv2(&self) -> BYPASSPOSTDIV2R[src]

Bit 16 - bypass of the divide-by-2 divider in the post-divider.

pub fn limupoff(&self) -> LIMUPOFFR[src]

Bit 17 - limup_off = 1 in spread spectrum and fractional PLL applications.

pub fn bwdirect(&self) -> BWDIRECTR[src]

Bit 18 - Control of the bandwidth of the PLL.

pub fn bypassprediv(&self) -> BYPASSPREDIVR[src]

Bit 19 - bypass of the pre-divider.

pub fn bypasspostdiv(&self) -> BYPASSPOSTDIVR[src]

Bit 20 - bypass of the post-divider.

pub fn clken(&self) -> CLKENR[src]

Bit 21 - enable the output clock.

pub fn frmen(&self) -> FRMENR[src]

Bit 22 - free running mode.

pub fn frmclkstable(&self) -> FRMCLKSTABLER[src]

Bit 23 - free running mode clockstable: Warning: Only make frm_clockstable =1 after the PLL output frequency is stable.

pub fn skewen(&self) -> SKEWENR[src]

Bit 24 - skew mode.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self