Struct esp32::slchost::host_slchost_conf_w2::W
source · pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF_W2
writer
Implementations§
source§impl W
impl W
sourcepub fn host_slchost_conf8(&mut self) -> HOST_SLCHOST_CONF8_W<'_, 0>
pub fn host_slchost_conf8(&mut self) -> HOST_SLCHOST_CONF8_W<'_, 0>
Bits 0:7
sourcepub fn host_slchost_conf9(&mut self) -> HOST_SLCHOST_CONF9_W<'_, 8>
pub fn host_slchost_conf9(&mut self) -> HOST_SLCHOST_CONF9_W<'_, 8>
Bits 8:15
sourcepub fn host_slchost_conf10(&mut self) -> HOST_SLCHOST_CONF10_W<'_, 16>
pub fn host_slchost_conf10(&mut self) -> HOST_SLCHOST_CONF10_W<'_, 16>
Bits 16:23
sourcepub fn host_slchost_conf11(&mut self) -> HOST_SLCHOST_CONF11_W<'_, 24>
pub fn host_slchost_conf11(&mut self) -> HOST_SLCHOST_CONF11_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W2_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