Struct esp32c2_hal::pac::systimer::unit0_load_hi::R
pub struct R(_);
Expand description
Register UNIT0_LOAD_HI
reader
Implementations§
§impl R
impl R
pub fn timer_unit0_load_hi(&self) -> FieldReaderRaw<u32, u32>
pub fn timer_unit0_load_hi(&self) -> FieldReaderRaw<u32, u32>
Bits 0:19 - timer unit0 load high 20 bits
Methods from Deref<Target = R<UNIT0_LOAD_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<UNIT0_LOAD_HI_SPEC>> for R
impl From<R<UNIT0_LOAD_HI_SPEC>> for R
§fn from(reader: R<UNIT0_LOAD_HI_SPEC>) -> R
fn from(reader: R<UNIT0_LOAD_HI_SPEC>) -> R
Converts to this type from the input type.