Struct esp32s3::system::bt_lpck_div_int::BT_LPCK_DIV_INT_SPEC
source · pub struct BT_LPCK_DIV_INT_SPEC;
Expand description
low power clock frequent division factor configuration regsiter
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see bt_lpck_div_int module
Trait Implementations
sourceimpl Readable for BT_LPCK_DIV_INT_SPEC
impl Readable for BT_LPCK_DIV_INT_SPEC
read()
method returns bt_lpck_div_int::R reader structure
sourceimpl RegisterSpec for BT_LPCK_DIV_INT_SPEC
impl RegisterSpec for BT_LPCK_DIV_INT_SPEC
sourceimpl Resettable for BT_LPCK_DIV_INT_SPEC
impl Resettable for BT_LPCK_DIV_INT_SPEC
reset()
method sets BT_LPCK_DIV_INT to value 0xff
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for BT_LPCK_DIV_INT_SPEC
impl Writable for BT_LPCK_DIV_INT_SPEC
write(|w| ..)
method takes bt_lpck_div_int::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for BT_LPCK_DIV_INT_SPEC
impl Send for BT_LPCK_DIV_INT_SPEC
impl Sync for BT_LPCK_DIV_INT_SPEC
impl Unpin for BT_LPCK_DIV_INT_SPEC
impl UnwindSafe for BT_LPCK_DIV_INT_SPEC
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