Struct lpc55_pac::usbphy::pll_sic_set::R[][src]

pub struct R(_);

Register PLL_SIC_SET reader

Implementations

impl R[src]

pub fn pll_en_usb_clks(&self) -> PLL_EN_USB_CLKS_R[src]

Bit 6 - Enables the USB clock from PLL to USB PHY

pub fn pll_power(&self) -> PLL_POWER_R[src]

Bit 12 - Power up the USB PLL

pub fn pll_enable(&self) -> PLL_ENABLE_R[src]

Bit 13 - Enables the clock output from the USB PLL

pub fn refbias_pwd_sel(&self) -> REFBIAS_PWD_SEL_R[src]

Bit 19 - Reference bias power down select.

pub fn refbias_pwd(&self) -> REFBIAS_PWD_R[src]

Bit 20 - Power down the reference bias This bit is only used when REFBIAS_PWD_SEL is set to 1.

pub fn pll_reg_enable(&self) -> PLL_REG_ENABLE_R[src]

Bit 21 - This field controls the USB PLL regulator, set to enable the regulator

pub fn pll_div_sel(&self) -> PLL_DIV_SEL_R[src]

Bits 22:24 - This field controls the USB PLL feedback loop divider

pub fn pll_prediv(&self) -> PLL_PREDIV_R[src]

Bit 30 - This is selection between /1 or /2 to expand the range of ref input clock.

pub fn pll_lock(&self) -> PLL_LOCK_R[src]

Bit 31 - USB PLL lock status indicator

Methods from Deref<Target = R<PLL_SIC_SET_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<PLL_SIC_SET_SPEC>

The resulting type after dereferencing.

impl From<R<PLL_SIC_SET_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.