Struct esp32c2_hal::pac::systimer::conf::W
pub struct W(_);
Expand description
Register CONF
writer
Implementations
impl W
impl W
pub fn systimer_clk_fo(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 0>
pub fn systimer_clk_fo(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 0>
Bit 0 - systimer clock force on
pub fn target2_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 22>
pub fn target2_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 22>
Bit 22 - target2 work enable
pub fn target1_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 23>
pub fn target1_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 23>
Bit 23 - target1 work enable
pub fn target0_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 24>
pub fn target0_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 24>
Bit 24 - target0 work enable
pub fn timer_unit1_core1_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 25>
pub fn timer_unit1_core1_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 25>
Bit 25 - If timer unit1 is stalled when core1 stalled
pub fn timer_unit1_core0_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 26>
pub fn timer_unit1_core0_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 26>
Bit 26 - If timer unit1 is stalled when core0 stalled
pub fn timer_unit0_core1_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 27>
pub fn timer_unit0_core1_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 27>
Bit 27 - If timer unit0 is stalled when core1 stalled
pub fn timer_unit0_core0_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 28>
pub fn timer_unit0_core0_stall_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 28>
Bit 28 - If timer unit0 is stalled when core0 stalled
pub fn timer_unit1_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 29>
pub fn timer_unit1_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 29>
Bit 29 - timer unit1 work enable
pub fn timer_unit0_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 30>
pub fn timer_unit0_work_en(
&mut self
) -> BitWriterRaw<'_, u32, CONF_SPEC, bool, BitM, 30>
Bit 30 - timer unit0 work enable
Methods from Deref<Target = W<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
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