[−][src]Struct lpc55s6x_pac::anactrl::ringo1_ctrl::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn s(&self) -> SR
[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 pd(&self) -> PDR
[src]
Bit 2 - Ringo module Power control.
pub fn e_r24(&self) -> E_R24R
[src]
Bit 3 - .
pub fn e_r35(&self) -> E_R35R
[src]
Bit 4 - .
pub fn e_m2(&self) -> E_M2R
[src]
Bit 5 - Metal 2 (M2) monitor control.
pub fn e_m3(&self) -> E_M3R
[src]
Bit 6 - Metal 3 (M3) monitor control.
pub fn e_m4(&self) -> E_M4R
[src]
Bit 7 - Metal 4 (M4) monitor control.
pub fn e_m5(&self) -> E_M5R
[src]
Bit 8 - Metal 5 (M5) 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
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