Struct esp32::slchost::host_slchost_conf_w7::W
source · pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF_W7
writer
Implementations§
source§impl W
impl W
sourcepub fn host_slchost_conf28(&mut self) -> HOST_SLCHOST_CONF28_W<'_, 0>
pub fn host_slchost_conf28(&mut self) -> HOST_SLCHOST_CONF28_W<'_, 0>
Bits 0:7
sourcepub fn host_slchost_conf29(&mut self) -> HOST_SLCHOST_CONF29_W<'_, 8>
pub fn host_slchost_conf29(&mut self) -> HOST_SLCHOST_CONF29_W<'_, 8>
Bits 8:15
sourcepub fn host_slchost_conf30(&mut self) -> HOST_SLCHOST_CONF30_W<'_, 16>
pub fn host_slchost_conf30(&mut self) -> HOST_SLCHOST_CONF30_W<'_, 16>
Bits 16:23
sourcepub fn host_slchost_conf31(&mut self) -> HOST_SLCHOST_CONF31_W<'_, 24>
pub fn host_slchost_conf31(&mut self) -> HOST_SLCHOST_CONF31_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W7_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