pub struct R(_);
Expand description
Register CORE0_DBUS_REJECT_ST
reader
Implementations
sourceimpl R
impl R
sourcepub fn core0_dbus_attr(&self) -> CORE0_DBUS_ATTR_R
pub fn core0_dbus_attr(&self) -> CORE0_DBUS_ATTR_R
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.
sourcepub fn core0_dbus_world(&self) -> CORE0_DBUS_WORLD_R
pub fn core0_dbus_world(&self) -> CORE0_DBUS_WORLD_R
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>>
Trait Implementations
sourceimpl From<R<CORE0_DBUS_REJECT_ST_SPEC>> for R
impl From<R<CORE0_DBUS_REJECT_ST_SPEC>> for R
sourcefn from(reader: R<CORE0_DBUS_REJECT_ST_SPEC>) -> Self
fn from(reader: R<CORE0_DBUS_REJECT_ST_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