Struct esp32c2_hal::pac::extmem::core0_ibus_reject_st::R
pub struct R(_);
Expand description
Register CORE0_IBUS_REJECT_ST
reader
Implementations
impl R
impl R
pub fn core0_ibus_attr(&self) -> FieldReaderRaw<u8, u8>
pub fn core0_ibus_attr(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - The bits are used to indicate the attribute of CPU access ibus when authentication fail. 0: invalidate, 1: execute-able, 2: read-able
pub fn core0_ibus_world(&self) -> BitReaderRaw<bool>
pub fn core0_ibus_world(&self) -> BitReaderRaw<bool>
Bit 3 - The bit is used to indicate the world of CPU access ibus when authentication fail. 0: WORLD0, 1: WORLD1
Methods from Deref<Target = R<CORE0_IBUS_REJECT_ST_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<CORE0_IBUS_REJECT_ST_SPEC>> for R
impl From<R<CORE0_IBUS_REJECT_ST_SPEC>> for R
fn from(reader: R<CORE0_IBUS_REJECT_ST_SPEC>) -> R
fn from(reader: R<CORE0_IBUS_REJECT_ST_SPEC>) -> R
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