Struct esp32s3_hal::pac::wcl::core_1_message_phase::R
pub struct R(_);
Expand description
Register Core_1_MESSAGE_PHASE
reader
Implementations§
§impl R
impl R
pub fn core_1_message_match(&self) -> BitReaderRaw<bool>
pub fn core_1_message_match(&self) -> BitReaderRaw<bool>
Bit 0 - This bit indicates whether the check is successful
pub fn core_1_message_expect(&self) -> FieldReaderRaw<u8, u8>
pub fn core_1_message_expect(&self) -> FieldReaderRaw<u8, u8>
Bits 1:4 - This field indicates the data to be written next time
pub fn core_1_message_dataphase(&self) -> BitReaderRaw<bool>
pub fn core_1_message_dataphase(&self) -> BitReaderRaw<bool>
Bit 5 - If this bit is 1, it means that is checking clear write_buffer operation, and is checking data
pub fn core_1_message_addressphase(&self) -> BitReaderRaw<bool>
pub fn core_1_message_addressphase(&self) -> BitReaderRaw<bool>
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_1_MESSAGE_PHASE_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<CORE_1_MESSAGE_PHASE_SPEC>> for R
impl From<R<CORE_1_MESSAGE_PHASE_SPEC>> for R
§fn from(reader: R<CORE_1_MESSAGE_PHASE_SPEC>) -> R
fn from(reader: R<CORE_1_MESSAGE_PHASE_SPEC>) -> R
Converts to this type from the input type.