Struct esp32::slc::intvec_tohost::W
source · pub struct W(_);
Expand description
Register INTVEC_TOHOST
writer
Implementations§
source§impl W
impl W
sourcepub fn slc0_tohost_intvec(&mut self) -> SLC0_TOHOST_INTVEC_W<'_, 0>
pub fn slc0_tohost_intvec(&mut self) -> SLC0_TOHOST_INTVEC_W<'_, 0>
Bits 0:7
sourcepub fn slc1_tohost_intvec(&mut self) -> SLC1_TOHOST_INTVEC_W<'_, 16>
pub fn slc1_tohost_intvec(&mut self) -> SLC1_TOHOST_INTVEC_W<'_, 16>
Bits 16:23
Methods from Deref<Target = W<INTVEC_TOHOST_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