Struct esp32::dport::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
sourcepub fn btextwakeup_req(&mut self) -> BTEXTWAKEUP_REQ_W<'_, 12>
pub fn btextwakeup_req(&mut self) -> BTEXTWAKEUP_REQ_W<'_, 12>
Bit 12
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