[][src]Struct lpc55s6x_pac::anactrl::ringo0_ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn sl(&self) -> SLR[src]

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

pub fn fs(&self) -> FSR[src]

Bit 1 - Ringo frequency output divider.

pub fn swn_swp(&self) -> SWN_SWPR[src]

Bits 2:3 - PN-Ringos (P-Transistor and N-Transistor processing) control.

pub fn pd(&self) -> PDR[src]

Bit 4 - Ringo module Power control.

pub fn e_nd0(&self) -> E_ND0R[src]

Bit 5 - First NAND2-based ringo control.

pub fn e_nd1(&self) -> E_ND1R[src]

Bit 6 - Second NAND2-based ringo control.

pub fn e_nr0(&self) -> E_NR0R[src]

Bit 7 - First NOR2-based ringo control.

pub fn e_nr1(&self) -> E_NR1R[src]

Bit 8 - Second NOR2-based ringo control.

pub fn e_iv0(&self) -> E_IV0R[src]

Bit 9 - First Inverter-based ringo control.

pub fn e_iv1(&self) -> E_IV1R[src]

Bit 10 - Second Inverter-based ringo control.

pub fn e_pn0(&self) -> E_PN0R[src]

Bit 11 - First PN (P-Transistor and N-Transistor processing) monitor control.

pub fn e_pn1(&self) -> E_PN1R[src]

Bit 12 - Second PN (P-Transistor and N-Transistor processing) monitor control.

pub fn divisor(&self) -> DIVISORR[src]

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

pub fn div_update_req(&self) -> DIV_UPDATE_REQR[src]

Bit 31 - Ringo clock out Divider status flag. Set when a change is made to the divider value, cleared when the change is complete.

Auto Trait Implementations

impl Send for R

impl Sync for R

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