pub struct W(_);
Expand description
Register CONF
writer
Implementations
sourceimpl W
impl W
sourcepub fn systimer_clk_fo(&mut self) -> SYSTIMER_CLK_FO_W<'_, 0>
pub fn systimer_clk_fo(&mut self) -> SYSTIMER_CLK_FO_W<'_, 0>
Bit 0 - systimer clock force on
sourcepub fn target2_work_en(&mut self) -> TARGET2_WORK_EN_W<'_, 22>
pub fn target2_work_en(&mut self) -> TARGET2_WORK_EN_W<'_, 22>
Bit 22 - target2 work enable
sourcepub fn target1_work_en(&mut self) -> TARGET1_WORK_EN_W<'_, 23>
pub fn target1_work_en(&mut self) -> TARGET1_WORK_EN_W<'_, 23>
Bit 23 - target1 work enable
sourcepub fn target0_work_en(&mut self) -> TARGET0_WORK_EN_W<'_, 24>
pub fn target0_work_en(&mut self) -> TARGET0_WORK_EN_W<'_, 24>
Bit 24 - target0 work enable
sourcepub fn timer_unit1_core1_stall_en(
&mut self
) -> TIMER_UNIT1_CORE1_STALL_EN_W<'_, 25>
pub fn timer_unit1_core1_stall_en(
&mut self
) -> TIMER_UNIT1_CORE1_STALL_EN_W<'_, 25>
Bit 25 - If timer unit1 is stalled when core1 stalled
sourcepub fn timer_unit1_core0_stall_en(
&mut self
) -> TIMER_UNIT1_CORE0_STALL_EN_W<'_, 26>
pub fn timer_unit1_core0_stall_en(
&mut self
) -> TIMER_UNIT1_CORE0_STALL_EN_W<'_, 26>
Bit 26 - If timer unit1 is stalled when core0 stalled
sourcepub fn timer_unit0_core1_stall_en(
&mut self
) -> TIMER_UNIT0_CORE1_STALL_EN_W<'_, 27>
pub fn timer_unit0_core1_stall_en(
&mut self
) -> TIMER_UNIT0_CORE1_STALL_EN_W<'_, 27>
Bit 27 - If timer unit0 is stalled when core1 stalled
sourcepub fn timer_unit0_core0_stall_en(
&mut self
) -> TIMER_UNIT0_CORE0_STALL_EN_W<'_, 28>
pub fn timer_unit0_core0_stall_en(
&mut self
) -> TIMER_UNIT0_CORE0_STALL_EN_W<'_, 28>
Bit 28 - If timer unit0 is stalled when core0 stalled
sourcepub fn timer_unit1_work_en(&mut self) -> TIMER_UNIT1_WORK_EN_W<'_, 29>
pub fn timer_unit1_work_en(&mut self) -> TIMER_UNIT1_WORK_EN_W<'_, 29>
Bit 29 - timer unit1 work enable
sourcepub fn timer_unit0_work_en(&mut self) -> TIMER_UNIT0_WORK_EN_W<'_, 30>
pub fn timer_unit0_work_en(&mut self) -> TIMER_UNIT0_WORK_EN_W<'_, 30>
Bit 30 - timer unit0 work enable
Methods from Deref<Target = W<CONF_SPEC>>
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