pub struct W(_);Expand description
Register HOST_SLCHOST_CONF_W8 writer
Implementations
sourceimpl W
impl W
sourcepub fn host_slchost_conf32(&mut self) -> HOST_SLCHOST_CONF32_W<'_>
pub fn host_slchost_conf32(&mut self) -> HOST_SLCHOST_CONF32_W<'_>
Bits 0:7
sourcepub fn host_slchost_conf33(&mut self) -> HOST_SLCHOST_CONF33_W<'_>
pub fn host_slchost_conf33(&mut self) -> HOST_SLCHOST_CONF33_W<'_>
Bits 8:15
sourcepub fn host_slchost_conf34(&mut self) -> HOST_SLCHOST_CONF34_W<'_>
pub fn host_slchost_conf34(&mut self) -> HOST_SLCHOST_CONF34_W<'_>
Bits 16:23
sourcepub fn host_slchost_conf35(&mut self) -> HOST_SLCHOST_CONF35_W<'_>
pub fn host_slchost_conf35(&mut self) -> HOST_SLCHOST_CONF35_W<'_>
Bits 24:31
Methods from Deref<Target = W<HOST_SLCHOST_CONF_W8_SPEC>>
Trait Implementations
sourceimpl From<W<HOST_SLCHOST_CONF_W8_SPEC>> for W
impl From<W<HOST_SLCHOST_CONF_W8_SPEC>> for W
sourcefn from(writer: W<HOST_SLCHOST_CONF_W8_SPEC>) -> Self
fn from(writer: W<HOST_SLCHOST_CONF_W8_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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