Struct esp32s3::wcl::core_0_message_phase::R
source · pub struct R(_);Expand description
Register Core_0_MESSAGE_PHASE reader
Implementations§
source§impl 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§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more