[][src]Struct lpc55s6x_pac::usbphy::pll_sic::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 misc2_control0(&self) -> MISC2_CONTROL0R[src]

Bit 5 - Modifies the operation of the pll_sic_power_int signal

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

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

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

Bit 12 - Power up the USB PLL

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

Bit 13 - Enables the clock output from the USB PLL

pub fn pll_bypass(&self) -> PLL_BYPASSR[src]

Bit 16 - Bypass the USB PLL.

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

Bit 19 - Reference bias power down select.

pub fn refbias_pwd(&self) -> REFBIAS_PWDR[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_ENABLER[src]

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

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

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

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

Bit 31 - USB PLL lock status indicator

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