pub struct W(_);
Expand description
Register PD_CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn fifo_force_pd(&mut self) -> FIFO_FORCE_PD_W<'_, 0>
pub fn fifo_force_pd(&mut self) -> FIFO_FORCE_PD_W<'_, 0>
Bit 0
sourcepub fn fifo_force_pu(&mut self) -> FIFO_FORCE_PU_W<'_, 1>
pub fn fifo_force_pu(&mut self) -> FIFO_FORCE_PU_W<'_, 1>
Bit 1
sourcepub fn plc_mem_force_pd(&mut self) -> PLC_MEM_FORCE_PD_W<'_, 2>
pub fn plc_mem_force_pd(&mut self) -> PLC_MEM_FORCE_PD_W<'_, 2>
Bit 2
sourcepub fn plc_mem_force_pu(&mut self) -> PLC_MEM_FORCE_PU_W<'_, 3>
pub fn plc_mem_force_pu(&mut self) -> PLC_MEM_FORCE_PU_W<'_, 3>
Bit 3
Methods from Deref<Target = W<PD_CONF_SPEC>>
Trait Implementations
sourceimpl From<W<PD_CONF_SPEC>> for W
impl From<W<PD_CONF_SPEC>> for W
sourcefn from(writer: W<PD_CONF_SPEC>) -> Self
fn from(writer: W<PD_CONF_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