Struct esp32::hinf::cfg_data16::W
source · pub struct W(_);
Expand description
Register CFG_DATA16
writer
Implementations§
source§impl W
impl W
sourcepub fn user_id_fn2(&mut self) -> USER_ID_FN2_W<'_, 0>
pub fn user_id_fn2(&mut self) -> USER_ID_FN2_W<'_, 0>
Bits 0:15
sourcepub fn device_id_fn2(&mut self) -> DEVICE_ID_FN2_W<'_, 16>
pub fn device_id_fn2(&mut self) -> DEVICE_ID_FN2_W<'_, 16>
Bits 16:31
Methods from Deref<Target = W<CFG_DATA16_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