pub struct W(_);
Expand description
Register PD_CONF
writer
Implementations§
§impl W
impl W
pub fn fifo_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 0>
pub fn fifo_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 0>
Bit 0
pub fn fifo_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 1>
pub fn fifo_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 1>
Bit 1
pub fn plc_mem_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 2>
pub fn plc_mem_force_pd(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 2>
Bit 2
pub fn plc_mem_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 3>
pub fn plc_mem_force_pu(
&mut self
) -> BitWriterRaw<'_, u32, PD_CONF_SPEC, bool, BitM, 3>
Bit 3
Methods from Deref<Target = W<PD_CONF_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<PD_CONF_SPEC>> for W
impl From<W<PD_CONF_SPEC>> for W
§fn from(writer: W<PD_CONF_SPEC>) -> W
fn from(writer: W<PD_CONF_SPEC>) -> W
Converts to this type from the input type.