Struct lpc55_pac::usbphy::pll_sic_tog::W[][src]

pub struct W(_);

Register PLL_SIC_TOG writer

Implementations

impl W[src]

pub fn pll_en_usb_clks(&mut self) -> PLL_EN_USB_CLKS_W<'_>[src]

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

pub fn pll_power(&mut self) -> PLL_POWER_W<'_>[src]

Bit 12 - Power up the USB PLL

pub fn pll_enable(&mut self) -> PLL_ENABLE_W<'_>[src]

Bit 13 - Enables the clock output from the USB PLL

pub fn refbias_pwd_sel(&mut self) -> REFBIAS_PWD_SEL_W<'_>[src]

Bit 19 - Reference bias power down select.

pub fn refbias_pwd(&mut self) -> REFBIAS_PWD_W<'_>[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(&mut self) -> PLL_REG_ENABLE_W<'_>[src]

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

pub fn pll_div_sel(&mut self) -> PLL_DIV_SEL_W<'_>[src]

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

pub fn pll_prediv(&mut self) -> PLL_PREDIV_W<'_>[src]

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

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<PLL_SIC_TOG_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<PLL_SIC_TOG_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<PLL_SIC_TOG_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.