[−][src]Struct lpc55s6x_pac::usbphy::pll_sic_set::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn misc2_control0(&mut self) -> _MISC2_CONTROL0W
[src]
Bit 5 - Modifies the operation of the pll_sic_power_int signal
pub fn pll_en_usb_clks(&mut self) -> _PLL_EN_USB_CLKSW
[src]
Bit 6 - Enables the USB clock from PLL to USB PHY
pub fn pll_power(&mut self) -> _PLL_POWERW
[src]
Bit 12 - Power up the USB PLL
pub fn pll_enable(&mut self) -> _PLL_ENABLEW
[src]
Bit 13 - Enables the clock output from the USB PLL
pub fn pll_bypass(&mut self) -> _PLL_BYPASSW
[src]
Bit 16 - Bypass the USB PLL.
pub fn refbias_pwd_sel(&mut self) -> _REFBIAS_PWD_SELW
[src]
Bit 19 - Reference bias power down select.
pub fn refbias_pwd(&mut self) -> _REFBIAS_PWDW
[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_ENABLEW
[src]
Bit 21 - This field controls the USB PLL regulator, set to enable the regulator
pub fn pll_div_sel(&mut self) -> _PLL_DIV_SELW
[src]
Bits 22:24 - This field controls the USB PLL feedback loop divider
pub fn pll_lock(&mut self) -> _PLL_LOCKW
[src]
Bit 31 - USB PLL lock status indicator
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self