Struct esp32c2_hal::pac::systimer::unit0_op::R
pub struct R(_);
Expand description
Register UNIT0_OP
reader
Implementations§
§impl R
impl R
pub fn timer_unit0_value_valid(&self) -> BitReaderRaw<bool>
pub fn timer_unit0_value_valid(&self) -> BitReaderRaw<bool>
Bit 29 - timer value is sync and valid
Methods from Deref<Target = R<UNIT0_OP_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_OP_SPEC>> for R
impl From<R<UNIT0_OP_SPEC>> for R
§fn from(reader: R<UNIT0_OP_SPEC>) -> R
fn from(reader: R<UNIT0_OP_SPEC>) -> R
Converts to this type from the input type.