Struct esp32s3_hal::pac::systimer::real_target1_hi::R
pub struct R(_);
Expand description
Register REAL_TARGET1_HI
reader
Implementations§
§impl R
impl R
pub fn target1_hi_ro(&self) -> FieldReaderRaw<u32, u32>
pub fn target1_hi_ro(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - actual target value value high 20bits
Methods from Deref<Target = R<REAL_TARGET1_HI_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<REAL_TARGET1_HI_SPEC>> for R
impl From<R<REAL_TARGET1_HI_SPEC>> for R
§fn from(reader: R<REAL_TARGET1_HI_SPEC>) -> R
fn from(reader: R<REAL_TARGET1_HI_SPEC>) -> R
Converts to this type from the input type.