Struct esp32::slchost::host_slchost_conf_w0::W
source · pub struct W(_);
Expand description
Register HOST_SLCHOST_CONF_W0
writer
Implementations
sourceimpl W
impl W
sourcepub fn host_slchost_conf0(&mut self) -> HOST_SLCHOST_CONF0_W<'_, 0>
pub fn host_slchost_conf0(&mut self) -> HOST_SLCHOST_CONF0_W<'_, 0>
Bits 0:7
sourcepub fn host_slchost_conf1(&mut self) -> HOST_SLCHOST_CONF1_W<'_, 8>
pub fn host_slchost_conf1(&mut self) -> HOST_SLCHOST_CONF1_W<'_, 8>
Bits 8:15
sourcepub fn host_slchost_conf2(&mut self) -> HOST_SLCHOST_CONF2_W<'_, 16>
pub fn host_slchost_conf2(&mut self) -> HOST_SLCHOST_CONF2_W<'_, 16>
Bits 16:23
sourcepub fn host_slchost_conf3(&mut self) -> HOST_SLCHOST_CONF3_W<'_, 24>
pub fn host_slchost_conf3(&mut self) -> HOST_SLCHOST_CONF3_W<'_, 24>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W0_SPEC>>
Trait Implementations
sourceimpl From<W<HOST_SLCHOST_CONF_W0_SPEC>> for W
impl From<W<HOST_SLCHOST_CONF_W0_SPEC>> for W
sourcefn from(writer: W<HOST_SLCHOST_CONF_W0_SPEC>) -> Self
fn from(writer: W<HOST_SLCHOST_CONF_W0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more