pub struct R(/* private fields */);Expand description
Register singen_ctrl2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn singen_gain_i(&self) -> SINGEN_GAIN_I_R
pub fn singen_gain_i(&self) -> SINGEN_GAIN_I_R
Bits 0:10
Sourcepub fn singen_start_addr1_i(&self) -> SINGEN_START_ADDR1_I_R
pub fn singen_start_addr1_i(&self) -> SINGEN_START_ADDR1_I_R
Bits 12:21
Sourcepub fn singen_start_addr0_i(&self) -> SINGEN_START_ADDR0_I_R
pub fn singen_start_addr0_i(&self) -> SINGEN_START_ADDR0_I_R
Bits 22:31
Methods from Deref<Target = R<SINGEN_CTRL2_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