pub struct R(/* private fields */);Expand description
Register CTRL1 reader
Implementations§
Source§impl R
impl R
Sourcepub fn iter(&self) -> ITER_R
pub fn iter(&self) -> ITER_R
Bits 0:7 - Iteration counter. Is number_cycles - 1. write 0 means Does one cycle - does not iterate.
Sourcepub fn mode(&self) -> MODE_R
pub fn mode(&self) -> MODE_R
Bits 8:15 - Operation mode to perform. write 0 means Accelerator is inactive. write others means accelerator is active.
Sourcepub fn resbpair(&self) -> RESBPAIR_R
pub fn resbpair(&self) -> RESBPAIR_R
Bit 16 - Which bank-pair the offset RESOFF is within. This must be 0 if only 2-up. Ideally this is not the same bank as ABBPAIR (when 4-up supported)
Methods from Deref<Target = R<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