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

pub struct W { /* fields omitted */ }

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 s(&mut self) -> _SW[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 pd(&mut self) -> _PDW[src]

Bit 2 - Ringo module Power control.

pub fn e_r24(&mut self) -> _E_R24W[src]

Bit 3 - .

pub fn e_r35(&mut self) -> _E_R35W[src]

Bit 4 - .

pub fn e_m2(&mut self) -> _E_M2W[src]

Bit 5 - Metal 2 (M2) monitor control.

pub fn e_m3(&mut self) -> _E_M3W[src]

Bit 6 - Metal 3 (M3) monitor control.

pub fn e_m4(&mut self) -> _E_M4W[src]

Bit 7 - Metal 4 (M4) monitor control.

pub fn e_m5(&mut self) -> _E_M5W[src]

Bit 8 - Metal 5 (M5) 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

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self