pub struct R(/* private fields */);
Expand description
Register csic_mulf_int
reader
Implementations§
source§impl R
impl R
sourcepub fn mulf_done_en(&self) -> MULF_DONE_EN_R
pub fn mulf_done_en(&self) -> MULF_DONE_EN_R
Bit 0
sourcepub fn mulf_err_en(&self) -> MULF_ERR_EN_R
pub fn mulf_err_en(&self) -> MULF_ERR_EN_R
Bit 1
sourcepub fn mulf_done_pd(&self) -> MULF_DONE_PD_R
pub fn mulf_done_pd(&self) -> MULF_DONE_PD_R
Bit 16
sourcepub fn mulf_err_pd(&self) -> MULF_ERR_PD_R
pub fn mulf_err_pd(&self) -> MULF_ERR_PD_R
Bit 17
Methods from Deref<Target = R<CSIC_MULF_INT_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