Struct esp32s3_hal::pac::rtc_cntl::timer5::R
pub struct R(_);
Expand description
Register TIMER5
reader
Implementations§
§impl R
impl R
pub fn min_slp_val(&self) -> FieldReaderRaw<u8, u8>
pub fn min_slp_val(&self) -> FieldReaderRaw<u8, u8>
Bits 8:15 - minimal sleep cycles in slow_clk_rtc
Methods from Deref<Target = R<TIMER5_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<TIMER5_SPEC>> for R
impl From<R<TIMER5_SPEC>> for R
§fn from(reader: R<TIMER5_SPEC>) -> R
fn from(reader: R<TIMER5_SPEC>) -> R
Converts to this type from the input type.