pub struct R(_);
Expand description
Register Core_0_MESSAGE_PHASE
reader
Implementations
sourceimpl R
impl R
sourcepub fn core_0_message_match(&self) -> CORE_0_MESSAGE_MATCH_R
pub fn core_0_message_match(&self) -> CORE_0_MESSAGE_MATCH_R
Bit 0 - This bit indicates whether the check is successful
sourcepub fn core_0_message_expect(&self) -> CORE_0_MESSAGE_EXPECT_R
pub fn core_0_message_expect(&self) -> CORE_0_MESSAGE_EXPECT_R
Bits 1:4 - This field indicates the data to be written next time
sourcepub fn core_0_message_dataphase(&self) -> CORE_0_MESSAGE_DATAPHASE_R
pub fn core_0_message_dataphase(&self) -> CORE_0_MESSAGE_DATAPHASE_R
Bit 5 - If this bit is 1, it means that is checking clear write_buffer operation,and is checking data
sourcepub fn core_0_message_addressphase(&self) -> CORE_0_MESSAGE_ADDRESSPHASE_R
pub fn core_0_message_addressphase(&self) -> CORE_0_MESSAGE_ADDRESSPHASE_R
Bit 6 - If this bit is 1, it means that is checking clear write_buffer operation,and is checking address.
Methods from Deref<Target = R<CORE_0_MESSAGE_PHASE_SPEC>>
Trait Implementations
sourceimpl From<R<CORE_0_MESSAGE_PHASE_SPEC>> for R
impl From<R<CORE_0_MESSAGE_PHASE_SPEC>> for R
sourcefn from(reader: R<CORE_0_MESSAGE_PHASE_SPEC>) -> Self
fn from(reader: R<CORE_0_MESSAGE_PHASE_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