Struct esp32c2_hal::pac::extmem::core0_dbus_reject_st::R
pub struct R(_);
Expand description
Register CORE0_DBUS_REJECT_ST
reader
Implementations§
§impl R
impl R
pub fn core0_dbus_attr(&self) -> FieldReaderRaw<u8, u8>
pub fn core0_dbus_attr(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - The bits are used to indicate the attribute of CPU access dbus when authentication fail. 0: invalidate, 1: execute-able, 2: read-able, 4: write-able.
pub fn core0_dbus_world(&self) -> BitReaderRaw<bool>
pub fn core0_dbus_world(&self) -> BitReaderRaw<bool>
Bit 3 - The bit is used to indicate the world of CPU access dbus when authentication fail. 0: WORLD0, 1: WORLD1
Methods from Deref<Target = R<CORE0_DBUS_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_DBUS_REJECT_ST_SPEC>> for R
impl From<R<CORE0_DBUS_REJECT_ST_SPEC>> for R
§fn from(reader: R<CORE0_DBUS_REJECT_ST_SPEC>) -> R
fn from(reader: R<CORE0_DBUS_REJECT_ST_SPEC>) -> R
Converts to this type from the input type.