Struct esp32s3::system::bt_lpck_div_frac::R
source · pub struct R(_);
Expand description
Register BT_LPCK_DIV_FRAC
reader
Implementations
sourceimpl R
impl R
sourcepub fn bt_lpck_div_b(&self) -> BT_LPCK_DIV_B_R
pub fn bt_lpck_div_b(&self) -> BT_LPCK_DIV_B_R
Bits 0:11 - This field is lower power clock frequent division factor b
sourcepub fn bt_lpck_div_a(&self) -> BT_LPCK_DIV_A_R
pub fn bt_lpck_div_a(&self) -> BT_LPCK_DIV_A_R
Bits 12:23 - This field is lower power clock frequent division factor a
sourcepub fn lpclk_sel_rtc_slow(&self) -> LPCLK_SEL_RTC_SLOW_R
pub fn lpclk_sel_rtc_slow(&self) -> LPCLK_SEL_RTC_SLOW_R
Bit 24 - Set 1 to select rtc-slow clock as rtc low power clock
sourcepub fn lpclk_sel_8m(&self) -> LPCLK_SEL_8M_R
pub fn lpclk_sel_8m(&self) -> LPCLK_SEL_8M_R
Bit 25 - Set 1 to select 8m clock as rtc low power clock
sourcepub fn lpclk_sel_xtal(&self) -> LPCLK_SEL_XTAL_R
pub fn lpclk_sel_xtal(&self) -> LPCLK_SEL_XTAL_R
Bit 26 - Set 1 to select xtal clock as rtc low power clock
sourcepub fn lpclk_sel_xtal32k(&self) -> LPCLK_SEL_XTAL32K_R
pub fn lpclk_sel_xtal32k(&self) -> LPCLK_SEL_XTAL32K_R
Bit 27 - Set 1 to select xtal32k clock as low power clock
sourcepub fn lpclk_rtc_en(&self) -> LPCLK_RTC_EN_R
pub fn lpclk_rtc_en(&self) -> LPCLK_RTC_EN_R
Bit 28 - Set 1 to enable RTC low power clock
Methods from Deref<Target = R<BT_LPCK_DIV_FRAC_SPEC>>
Trait Implementations
sourceimpl From<R<BT_LPCK_DIV_FRAC_SPEC>> for R
impl From<R<BT_LPCK_DIV_FRAC_SPEC>> for R
sourcefn from(reader: R<BT_LPCK_DIV_FRAC_SPEC>) -> Self
fn from(reader: R<BT_LPCK_DIV_FRAC_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more