Struct lpc55_pac::anactrl::ringo1_ctrl::W[][src]

pub struct W(_);

Register RINGO1_CTRL writer

Implementations

impl W[src]

pub fn s(&mut self) -> S_W<'_>[src]

Bit 0 - Select short or long ringo (for all ringos types).

pub fn fs(&mut self) -> FS_W<'_>[src]

Bit 1 - Ringo frequency output divider.

pub fn pd(&mut self) -> PD_W<'_>[src]

Bit 2 - Ringo module Power control.

pub fn e_r24(&mut self) -> E_R24_W<'_>[src]

Bit 3 - .

pub fn e_r35(&mut self) -> E_R35_W<'_>[src]

Bit 4 - .

pub fn e_m2(&mut self) -> E_M2_W<'_>[src]

Bit 5 - Metal 2 (M2) monitor control.

pub fn e_m3(&mut self) -> E_M3_W<'_>[src]

Bit 6 - Metal 3 (M3) monitor control.

pub fn e_m4(&mut self) -> E_M4_W<'_>[src]

Bit 7 - Metal 4 (M4) monitor control.

pub fn e_m5(&mut self) -> E_M5_W<'_>[src]

Bit 8 - Metal 5 (M5) monitor control.

pub fn divisor(&mut self) -> DIVISOR_W<'_>[src]

Bits 16:19 - Ringo out Clock divider value. Frequency Output = Frequency input / (DIViSOR+1). (minimum = Frequency input / 16)

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

Writes raw bits to the register.

Methods from Deref<Target = W<RINGO1_CTRL_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<RINGO1_CTRL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<RINGO1_CTRL_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.