Struct esp32c2_hal::pac::system::bt_lpck_div_frac::R
pub struct R(_);
Expand description
Register BT_LPCK_DIV_FRAC
reader
Implementations§
§impl R
impl R
pub fn bt_lpck_div_b(&self) -> FieldReaderRaw<u16, u16>
pub fn bt_lpck_div_b(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - This field is lower power clock frequent division factor b
pub fn bt_lpck_div_a(&self) -> FieldReaderRaw<u16, u16>
pub fn bt_lpck_div_a(&self) -> FieldReaderRaw<u16, u16>
Bits 12:23 - This field is lower power clock frequent division factor a
pub fn lpclk_sel_rtc_slow(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_rtc_slow(&self) -> BitReaderRaw<bool>
Bit 24 - Set 1 to select rtc-slow clock as rtc low power clock
pub fn lpclk_sel_8m(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_8m(&self) -> BitReaderRaw<bool>
Bit 25 - Set 1 to select 8m clock as rtc low power clock
pub fn lpclk_sel_xtal(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_xtal(&self) -> BitReaderRaw<bool>
Bit 26 - Set 1 to select xtal clock as rtc low power clock
pub fn lpclk_sel_xtal32k(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_xtal32k(&self) -> BitReaderRaw<bool>
Bit 27 - Set 1 to select xtal32k clock as low power clock
pub fn lpclk_rtc_en(&self) -> BitReaderRaw<bool>
pub fn lpclk_rtc_en(&self) -> BitReaderRaw<bool>
Bit 28 - Set 1 to enable RTC low power clock
Methods from Deref<Target = R<BT_LPCK_DIV_FRAC_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<BT_LPCK_DIV_FRAC_SPEC>> for R
impl From<R<BT_LPCK_DIV_FRAC_SPEC>> for R
§fn from(reader: R<BT_LPCK_DIV_FRAC_SPEC>) -> R
fn from(reader: R<BT_LPCK_DIV_FRAC_SPEC>) -> R
Converts to this type from the input type.