Struct esp32s2::extmem::ibus2_abandon_cnt::R
source · pub struct R(_);Expand description
Register IBUS2_ABANDON_CNT reader
Implementations§
source§impl R
impl R
sourcepub fn ibus2_abandon_cnt(&self) -> IBUS2_ABANDON_CNT_R
pub fn ibus2_abandon_cnt(&self) -> IBUS2_ABANDON_CNT_R
Bits 0:15 - The bits are used to count the number of the abandoned ibus2 access.
Methods from Deref<Target = R<IBUS2_ABANDON_CNT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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