Struct esp32c2_hal::pac::system::bt_lpck_div_int::R
pub struct R(_);
Expand description
Register BT_LPCK_DIV_INT
reader
Implementations§
§impl R
impl R
pub fn bt_lpck_div_num(&self) -> FieldReaderRaw<u16, u16>
pub fn bt_lpck_div_num(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - This field is lower power clock frequent division factor
Methods from Deref<Target = R<BT_LPCK_DIV_INT_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_INT_SPEC>> for R
impl From<R<BT_LPCK_DIV_INT_SPEC>> for R
§fn from(reader: R<BT_LPCK_DIV_INT_SPEC>) -> R
fn from(reader: R<BT_LPCK_DIV_INT_SPEC>) -> R
Converts to this type from the input type.