[−][src]Struct lpc55s6x_pac::syscon::pll1ctrl::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 selr(&mut self) -> _SELRW
[src]
Bits 0:3 - Bandwidth select R value.
pub fn seli(&mut self) -> _SELIW
[src]
Bits 4:9 - Bandwidth select I value.
pub fn selp(&mut self) -> _SELPW
[src]
Bits 10:14 - Bandwidth select P value.
pub fn bypasspll(&mut self) -> _BYPASSPLLW
[src]
Bit 15 - Bypass PLL input clock is sent directly to the PLL output (default).
pub fn bypasspostdiv2(&mut self) -> _BYPASSPOSTDIV2W
[src]
Bit 16 - bypass of the divide-by-2 divider in the post-divider.
pub fn limupoff(&mut self) -> _LIMUPOFFW
[src]
Bit 17 - limup_off = 1 in spread spectrum and fractional PLL applications.
pub fn bwdirect(&mut self) -> _BWDIRECTW
[src]
Bit 18 - control of the bandwidth of the PLL.
pub fn bypassprediv(&mut self) -> _BYPASSPREDIVW
[src]
Bit 19 - bypass of the pre-divider.
pub fn bypasspostdiv(&mut self) -> _BYPASSPOSTDIVW
[src]
Bit 20 - bypass of the post-divider.
pub fn clken(&mut self) -> _CLKENW
[src]
Bit 21 - enable the output clock.
pub fn frmen(&mut self) -> _FRMENW
[src]
Bit 22 - 1: free running mode.
pub fn frmclkstable(&mut self) -> _FRMCLKSTABLEW
[src]
Bit 23 - free running mode clockstable: Warning: Only make frm_clockstable = 1 after the PLL output frequency is stable.
pub fn skewen(&mut self) -> _SKEWENW
[src]
Bit 24 - Skew mode.
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