Struct esp32c3::extmem::ibus_pms_tbl_boundary1::R
source · pub struct R(_);
Expand description
Register IBUS_PMS_TBL_BOUNDARY1
reader
Implementations
sourceimpl R
impl R
sourcepub fn ibus_pms_boundary1(&self) -> IBUS_PMS_BOUNDARY1_R
pub fn ibus_pms_boundary1(&self) -> IBUS_PMS_BOUNDARY1_R
Bits 0:11 - The bit is used to configure the ibus permission control section boundary1
Methods from Deref<Target = R<IBUS_PMS_TBL_BOUNDARY1_SPEC>>
Trait Implementations
sourceimpl From<R<IBUS_PMS_TBL_BOUNDARY1_SPEC>> for R
impl From<R<IBUS_PMS_TBL_BOUNDARY1_SPEC>> for R
sourcefn from(reader: R<IBUS_PMS_TBL_BOUNDARY1_SPEC>) -> Self
fn from(reader: R<IBUS_PMS_TBL_BOUNDARY1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more