Struct esp32::slchost::host_slchost_conf_w1::W
source · pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF_W1
writer
Implementations§
source§impl W
impl W
sourcepub fn host_slchost_conf4(&mut self) -> HOST_SLCHOST_CONF4_W<'_, 0>
pub fn host_slchost_conf4(&mut self) -> HOST_SLCHOST_CONF4_W<'_, 0>
Bits 0:7
sourcepub fn host_slchost_conf5(&mut self) -> HOST_SLCHOST_CONF5_W<'_, 8>
pub fn host_slchost_conf5(&mut self) -> HOST_SLCHOST_CONF5_W<'_, 8>
Bits 8:15
sourcepub fn host_slchost_conf6(&mut self) -> HOST_SLCHOST_CONF6_W<'_, 16>
pub fn host_slchost_conf6(&mut self) -> HOST_SLCHOST_CONF6_W<'_, 16>
Bits 16:23
sourcepub fn host_slchost_conf7(&mut self) -> HOST_SLCHOST_CONF7_W<'_, 24>
pub fn host_slchost_conf7(&mut self) -> HOST_SLCHOST_CONF7_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W1_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