Struct esp32c3::system::bt_lpck_div_int::W
source · pub struct W(_);
Expand description
Register BT_LPCK_DIV_INT
writer
Implementations§
source§impl W
impl W
sourcepub fn bt_lpck_div_num(&mut self) -> BT_LPCK_DIV_NUM_W<'_, 0>
pub fn bt_lpck_div_num(&mut self) -> BT_LPCK_DIV_NUM_W<'_, 0>
Bits 0:11 - reg_bt_lpck_div_num
Methods from Deref<Target = W<BT_LPCK_DIV_INT_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more