pub struct R(/* private fields */);Expand description
Register singen_ctrl1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn singen_clkdiv_q(&self) -> SINGEN_CLKDIV_Q_R
pub fn singen_clkdiv_q(&self) -> SINGEN_CLKDIV_Q_R
Bits 0:9
Sourcepub fn singen_mode_q(&self) -> SINGEN_MODE_Q_R
pub fn singen_mode_q(&self) -> SINGEN_MODE_Q_R
Bits 12:15
Sourcepub fn singen_clkdiv_i(&self) -> SINGEN_CLKDIV_I_R
pub fn singen_clkdiv_i(&self) -> SINGEN_CLKDIV_I_R
Bits 16:25
Sourcepub fn singen_mode_i(&self) -> SINGEN_MODE_I_R
pub fn singen_mode_i(&self) -> SINGEN_MODE_I_R
Bits 28:31
Methods from Deref<Target = R<SINGEN_CTRL1_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more