Struct esp32_hal::pac::timg0::lactconfig::R
pub struct R(_);
Expand description
Register LACTCONFIG
reader
Implementations§
§impl R
impl R
pub fn lact_rtc_only(&self) -> BitReaderRaw<bool>
pub fn lact_rtc_only(&self) -> BitReaderRaw<bool>
Bit 7
pub fn lact_cpst_en(&self) -> BitReaderRaw<bool>
pub fn lact_cpst_en(&self) -> BitReaderRaw<bool>
Bit 8
pub fn lact_lac_en(&self) -> BitReaderRaw<bool>
pub fn lact_lac_en(&self) -> BitReaderRaw<bool>
Bit 9
pub fn lact_alarm_en(&self) -> BitReaderRaw<bool>
pub fn lact_alarm_en(&self) -> BitReaderRaw<bool>
Bit 10
pub fn lact_level_int_en(&self) -> BitReaderRaw<bool>
pub fn lact_level_int_en(&self) -> BitReaderRaw<bool>
Bit 11
pub fn lact_edge_int_en(&self) -> BitReaderRaw<bool>
pub fn lact_edge_int_en(&self) -> BitReaderRaw<bool>
Bit 12
pub fn lact_divider(&self) -> FieldReaderRaw<u16, u16>
pub fn lact_divider(&self) -> FieldReaderRaw<u16, u16>
Bits 13:28
pub fn lact_autoreload(&self) -> BitReaderRaw<bool>
pub fn lact_autoreload(&self) -> BitReaderRaw<bool>
Bit 29
pub fn lact_increase(&self) -> BitReaderRaw<bool>
pub fn lact_increase(&self) -> BitReaderRaw<bool>
Bit 30
Methods from Deref<Target = R<LACTCONFIG_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<LACTCONFIG_SPEC>> for R
impl From<R<LACTCONFIG_SPEC>> for R
§fn from(reader: R<LACTCONFIG_SPEC>) -> R
fn from(reader: R<LACTCONFIG_SPEC>) -> R
Converts to this type from the input type.