pub struct R(_);
Expand description
Register CONF
reader
Implementations§
source§impl R
impl R
sourcepub fn systimer_clk_fo(&self) -> SYSTIMER_CLK_FO_R
pub fn systimer_clk_fo(&self) -> SYSTIMER_CLK_FO_R
Bit 0 - systimer clock force on
sourcepub fn target2_work_en(&self) -> TARGET2_WORK_EN_R
pub fn target2_work_en(&self) -> TARGET2_WORK_EN_R
Bit 22 - target2 work enable
sourcepub fn target1_work_en(&self) -> TARGET1_WORK_EN_R
pub fn target1_work_en(&self) -> TARGET1_WORK_EN_R
Bit 23 - target1 work enable
sourcepub fn target0_work_en(&self) -> TARGET0_WORK_EN_R
pub fn target0_work_en(&self) -> TARGET0_WORK_EN_R
Bit 24 - target0 work enable
sourcepub fn timer_unit1_core1_stall_en(&self) -> TIMER_UNIT1_CORE1_STALL_EN_R
pub fn timer_unit1_core1_stall_en(&self) -> TIMER_UNIT1_CORE1_STALL_EN_R
Bit 25 - If timer unit1 is stalled when core1 stalled
sourcepub fn timer_unit1_core0_stall_en(&self) -> TIMER_UNIT1_CORE0_STALL_EN_R
pub fn timer_unit1_core0_stall_en(&self) -> TIMER_UNIT1_CORE0_STALL_EN_R
Bit 26 - If timer unit1 is stalled when core0 stalled
sourcepub fn timer_unit0_core1_stall_en(&self) -> TIMER_UNIT0_CORE1_STALL_EN_R
pub fn timer_unit0_core1_stall_en(&self) -> TIMER_UNIT0_CORE1_STALL_EN_R
Bit 27 - If timer unit0 is stalled when core1 stalled
sourcepub fn timer_unit0_core0_stall_en(&self) -> TIMER_UNIT0_CORE0_STALL_EN_R
pub fn timer_unit0_core0_stall_en(&self) -> TIMER_UNIT0_CORE0_STALL_EN_R
Bit 28 - If timer unit0 is stalled when core0 stalled
sourcepub fn timer_unit1_work_en(&self) -> TIMER_UNIT1_WORK_EN_R
pub fn timer_unit1_work_en(&self) -> TIMER_UNIT1_WORK_EN_R
Bit 29 - timer unit1 work enable
sourcepub fn timer_unit0_work_en(&self) -> TIMER_UNIT0_WORK_EN_R
pub fn timer_unit0_work_en(&self) -> TIMER_UNIT0_WORK_EN_R
Bit 30 - timer unit0 work enable
Methods from Deref<Target = R<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