pub struct W(_);
Expand description
Register PD_CONF
writer
Implementations§
source§impl 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§
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