Struct esp32c3_hal::pac::systimer::conf::R
pub struct R(_);
Expand description
Register CONF
reader
Implementations
impl R
impl R
pub fn systimer_clk_fo(&self) -> BitReaderRaw<bool>
pub fn systimer_clk_fo(&self) -> BitReaderRaw<bool>
Bit 0 - systimer clock force on
pub fn target2_work_en(&self) -> BitReaderRaw<bool>
pub fn target2_work_en(&self) -> BitReaderRaw<bool>
Bit 22 - target2 work enable
pub fn target1_work_en(&self) -> BitReaderRaw<bool>
pub fn target1_work_en(&self) -> BitReaderRaw<bool>
Bit 23 - target1 work enable
pub fn target0_work_en(&self) -> BitReaderRaw<bool>
pub fn target0_work_en(&self) -> BitReaderRaw<bool>
Bit 24 - target0 work enable
pub fn timer_unit1_core1_stall_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit1_core1_stall_en(&self) -> BitReaderRaw<bool>
Bit 25 - If timer unit1 is stalled when core1 stalled
pub fn timer_unit1_core0_stall_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit1_core0_stall_en(&self) -> BitReaderRaw<bool>
Bit 26 - If timer unit1 is stalled when core0 stalled
pub fn timer_unit0_core1_stall_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit0_core1_stall_en(&self) -> BitReaderRaw<bool>
Bit 27 - If timer unit0 is stalled when core1 stalled
pub fn timer_unit0_core0_stall_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit0_core0_stall_en(&self) -> BitReaderRaw<bool>
Bit 28 - If timer unit0 is stalled when core0 stalled
pub fn timer_unit1_work_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit1_work_en(&self) -> BitReaderRaw<bool>
Bit 29 - timer unit1 work enable
pub fn timer_unit0_work_en(&self) -> BitReaderRaw<bool>
pub fn timer_unit0_work_en(&self) -> BitReaderRaw<bool>
Bit 30 - timer unit0 work enable
Methods from Deref<Target = R<CONF_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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