pub struct W(_);
Expand description
Register CONF_W9
writer
Implementations§
source§impl W
impl W
sourcepub fn slchost_conf36(&mut self) -> SLCHOST_CONF36_W<'_, 0>
pub fn slchost_conf36(&mut self) -> SLCHOST_CONF36_W<'_, 0>
Bits 0:7 - Description****
sourcepub fn slchost_conf37(&mut self) -> SLCHOST_CONF37_W<'_, 8>
pub fn slchost_conf37(&mut self) -> SLCHOST_CONF37_W<'_, 8>
Bits 8:15 - Description****
sourcepub fn slchost_conf38(&mut self) -> SLCHOST_CONF38_W<'_, 16>
pub fn slchost_conf38(&mut self) -> SLCHOST_CONF38_W<'_, 16>
Bits 16:23 - Description****
sourcepub fn slchost_conf39(&mut self) -> SLCHOST_CONF39_W<'_, 24>
pub fn slchost_conf39(&mut self) -> SLCHOST_CONF39_W<'_, 24>
Bits 24:31 - Description****
Methods from Deref<Target = W<CONF_W9_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