Struct esp32_hal::pac::slc::seq_position::R
pub struct R(_);
Expand description
Register SEQ_POSITION
reader
Implementations§
§impl R
impl R
pub fn slc0_seq_position(&self) -> FieldReaderRaw<u8, u8>
pub fn slc0_seq_position(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7
pub fn slc1_seq_position(&self) -> FieldReaderRaw<u8, u8>
pub fn slc1_seq_position(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15
Methods from Deref<Target = R<SEQ_POSITION_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<SEQ_POSITION_SPEC>> for R
impl From<R<SEQ_POSITION_SPEC>> for R
§fn from(reader: R<SEQ_POSITION_SPEC>) -> R
fn from(reader: R<SEQ_POSITION_SPEC>) -> R
Converts to this type from the input type.