Struct esp32_hal::pac::dport::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
pub fn bt_lpck_div_a(&self) -> FieldReaderRaw<u16, u16>
pub fn bt_lpck_div_a(&self) -> FieldReaderRaw<u16, u16>
Bits 12:23
pub fn lpclk_sel_rtc_slow(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_rtc_slow(&self) -> BitReaderRaw<bool>
Bit 24
pub fn lpclk_sel_8m(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_8m(&self) -> BitReaderRaw<bool>
Bit 25
pub fn lpclk_sel_xtal(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_xtal(&self) -> BitReaderRaw<bool>
Bit 26
pub fn lpclk_sel_xtal32k(&self) -> BitReaderRaw<bool>
pub fn lpclk_sel_xtal32k(&self) -> BitReaderRaw<bool>
Bit 27
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.