Struct esp32s3_hal::peripherals::SYSTIMER
source · pub struct SYSTIMER { /* private fields */ }
Implementations§
source§impl SYSTIMER
impl SYSTIMER
sourcepub unsafe fn steal() -> SYSTIMER
pub unsafe fn steal() -> SYSTIMER
Unsafely create an instance of this peripheral out of thin air.
§Safety
You must ensure that you’re only using one instance of this type at a time.
Methods from Deref<Target = RegisterBlock>§
sourcepub fn unit0_op(&self) -> &Reg<UNIT0_OP_SPEC>
pub fn unit0_op(&self) -> &Reg<UNIT0_OP_SPEC>
0x04 - system timer unit0 value update register
sourcepub fn unit1_op(&self) -> &Reg<UNIT1_OP_SPEC>
pub fn unit1_op(&self) -> &Reg<UNIT1_OP_SPEC>
0x08 - system timer unit1 value update register
sourcepub fn unit0_load_hi(&self) -> &Reg<UNIT0_LOAD_HI_SPEC>
pub fn unit0_load_hi(&self) -> &Reg<UNIT0_LOAD_HI_SPEC>
0x0c - system timer unit0 value high load register
sourcepub fn unit0_load_lo(&self) -> &Reg<UNIT0_LOAD_LO_SPEC>
pub fn unit0_load_lo(&self) -> &Reg<UNIT0_LOAD_LO_SPEC>
0x10 - system timer unit0 value low load register
sourcepub fn unit1_load_hi(&self) -> &Reg<UNIT1_LOAD_HI_SPEC>
pub fn unit1_load_hi(&self) -> &Reg<UNIT1_LOAD_HI_SPEC>
0x14 - system timer unit1 value high load register
sourcepub fn unit1_load_lo(&self) -> &Reg<UNIT1_LOAD_LO_SPEC>
pub fn unit1_load_lo(&self) -> &Reg<UNIT1_LOAD_LO_SPEC>
0x18 - system timer unit1 value low load register
sourcepub fn target0_hi(&self) -> &Reg<TARGET0_HI_SPEC>
pub fn target0_hi(&self) -> &Reg<TARGET0_HI_SPEC>
0x1c - system timer comp0 value high register
sourcepub fn target0_lo(&self) -> &Reg<TARGET0_LO_SPEC>
pub fn target0_lo(&self) -> &Reg<TARGET0_LO_SPEC>
0x20 - system timer comp0 value low register
sourcepub fn target1_hi(&self) -> &Reg<TARGET1_HI_SPEC>
pub fn target1_hi(&self) -> &Reg<TARGET1_HI_SPEC>
0x24 - system timer comp1 value high register
sourcepub fn target1_lo(&self) -> &Reg<TARGET1_LO_SPEC>
pub fn target1_lo(&self) -> &Reg<TARGET1_LO_SPEC>
0x28 - system timer comp1 value low register
sourcepub fn target2_hi(&self) -> &Reg<TARGET2_HI_SPEC>
pub fn target2_hi(&self) -> &Reg<TARGET2_HI_SPEC>
0x2c - system timer comp2 value high register
sourcepub fn target2_lo(&self) -> &Reg<TARGET2_LO_SPEC>
pub fn target2_lo(&self) -> &Reg<TARGET2_LO_SPEC>
0x30 - system timer comp2 value low register
sourcepub fn target0_conf(&self) -> &Reg<TARGET0_CONF_SPEC>
pub fn target0_conf(&self) -> &Reg<TARGET0_CONF_SPEC>
0x34 - system timer comp0 target mode register
sourcepub fn target1_conf(&self) -> &Reg<TARGET1_CONF_SPEC>
pub fn target1_conf(&self) -> &Reg<TARGET1_CONF_SPEC>
0x38 - system timer comp1 target mode register
sourcepub fn target2_conf(&self) -> &Reg<TARGET2_CONF_SPEC>
pub fn target2_conf(&self) -> &Reg<TARGET2_CONF_SPEC>
0x3c - system timer comp2 target mode register
sourcepub fn unit0_value_hi(&self) -> &Reg<UNIT0_VALUE_HI_SPEC>
pub fn unit0_value_hi(&self) -> &Reg<UNIT0_VALUE_HI_SPEC>
0x40 - system timer unit0 value high register
sourcepub fn unit0_value_lo(&self) -> &Reg<UNIT0_VALUE_LO_SPEC>
pub fn unit0_value_lo(&self) -> &Reg<UNIT0_VALUE_LO_SPEC>
0x44 - system timer unit0 value low register
sourcepub fn unit1_value_hi(&self) -> &Reg<UNIT1_VALUE_HI_SPEC>
pub fn unit1_value_hi(&self) -> &Reg<UNIT1_VALUE_HI_SPEC>
0x48 - system timer unit1 value high register
sourcepub fn unit1_value_lo(&self) -> &Reg<UNIT1_VALUE_LO_SPEC>
pub fn unit1_value_lo(&self) -> &Reg<UNIT1_VALUE_LO_SPEC>
0x4c - system timer unit1 value low register
sourcepub fn comp0_load(&self) -> &Reg<COMP0_LOAD_SPEC>
pub fn comp0_load(&self) -> &Reg<COMP0_LOAD_SPEC>
0x50 - system timer comp0 conf sync register
sourcepub fn comp1_load(&self) -> &Reg<COMP1_LOAD_SPEC>
pub fn comp1_load(&self) -> &Reg<COMP1_LOAD_SPEC>
0x54 - system timer comp1 conf sync register
sourcepub fn comp2_load(&self) -> &Reg<COMP2_LOAD_SPEC>
pub fn comp2_load(&self) -> &Reg<COMP2_LOAD_SPEC>
0x58 - system timer comp2 conf sync register
sourcepub fn unit0_load(&self) -> &Reg<UNIT0_LOAD_SPEC>
pub fn unit0_load(&self) -> &Reg<UNIT0_LOAD_SPEC>
0x5c - system timer unit0 conf sync register
sourcepub fn unit1_load(&self) -> &Reg<UNIT1_LOAD_SPEC>
pub fn unit1_load(&self) -> &Reg<UNIT1_LOAD_SPEC>
0x60 - system timer unit1 conf sync register
sourcepub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
pub fn int_ena(&self) -> &Reg<INT_ENA_SPEC>
0x64 - systimer interrupt enable register
sourcepub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
pub fn int_raw(&self) -> &Reg<INT_RAW_SPEC>
0x68 - systimer interrupt raw register
sourcepub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
pub fn int_clr(&self) -> &Reg<INT_CLR_SPEC>
0x6c - systimer interrupt clear register
sourcepub fn int_st(&self) -> &Reg<INT_ST_SPEC>
pub fn int_st(&self) -> &Reg<INT_ST_SPEC>
0x70 - systimer interrupt status register
sourcepub fn real_target0_lo(&self) -> &Reg<REAL_TARGET0_LO_SPEC>
pub fn real_target0_lo(&self) -> &Reg<REAL_TARGET0_LO_SPEC>
0x74 - system timer comp0 actual target value low register
sourcepub fn real_target0_hi(&self) -> &Reg<REAL_TARGET0_HI_SPEC>
pub fn real_target0_hi(&self) -> &Reg<REAL_TARGET0_HI_SPEC>
0x78 - system timer comp0 actual target value high register
sourcepub fn real_target1_lo(&self) -> &Reg<REAL_TARGET1_LO_SPEC>
pub fn real_target1_lo(&self) -> &Reg<REAL_TARGET1_LO_SPEC>
0x7c - system timer comp1 actual target value low register
sourcepub fn real_target1_hi(&self) -> &Reg<REAL_TARGET1_HI_SPEC>
pub fn real_target1_hi(&self) -> &Reg<REAL_TARGET1_HI_SPEC>
0x80 - system timer comp1 actual target value high register
sourcepub fn real_target2_lo(&self) -> &Reg<REAL_TARGET2_LO_SPEC>
pub fn real_target2_lo(&self) -> &Reg<REAL_TARGET2_LO_SPEC>
0x84 - system timer comp2 actual target value low register
sourcepub fn real_target2_hi(&self) -> &Reg<REAL_TARGET2_HI_SPEC>
pub fn real_target2_hi(&self) -> &Reg<REAL_TARGET2_HI_SPEC>
0x88 - system timer comp2 actual target value high register