[−][src]Struct lpc55s6x_pac::anactrl::ringo0_ctrl::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 sl(&mut self) -> _SLW
[src]
Bit 0 - Select short or long ringo (for all ringos types).
pub fn fs(&mut self) -> _FSW
[src]
Bit 1 - Ringo frequency output divider.
pub fn swn_swp(&mut self) -> _SWN_SWPW
[src]
Bits 2:3 - PN-Ringos (P-Transistor and N-Transistor processing) control.
pub fn pd(&mut self) -> _PDW
[src]
Bit 4 - Ringo module Power control.
pub fn e_nd0(&mut self) -> _E_ND0W
[src]
Bit 5 - First NAND2-based ringo control.
pub fn e_nd1(&mut self) -> _E_ND1W
[src]
Bit 6 - Second NAND2-based ringo control.
pub fn e_nr0(&mut self) -> _E_NR0W
[src]
Bit 7 - First NOR2-based ringo control.
pub fn e_nr1(&mut self) -> _E_NR1W
[src]
Bit 8 - Second NOR2-based ringo control.
pub fn e_iv0(&mut self) -> _E_IV0W
[src]
Bit 9 - First Inverter-based ringo control.
pub fn e_iv1(&mut self) -> _E_IV1W
[src]
Bit 10 - Second Inverter-based ringo control.
pub fn e_pn0(&mut self) -> _E_PN0W
[src]
Bit 11 - First PN (P-Transistor and N-Transistor processing) monitor control.
pub fn e_pn1(&mut self) -> _E_PN1W
[src]
Bit 12 - Second PN (P-Transistor and N-Transistor processing) monitor control.
pub fn divisor(&mut self) -> _DIVISORW
[src]
Bits 16:19 - Ringo out Clock divider value. Frequency Output = Frequency input / (DIViSOR+1). (minimum = Frequency input / 16)
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