Module esp32s2::systimer

source ·
Expand description

System Timer

Modules

Structs

Type Aliases

  • CONF (rw) register accessor: Configure system timer clock
  • DATE (rw) register accessor: Version control register
  • INT_CLR (w) register accessor: System timer interrupt clear
  • INT_ENA (rw) register accessor: System timer interrupt enable
  • INT_RAW (r) register accessor: System timer interrupt raw
  • LOAD (w) register accessor: Load value to system timer
  • LOAD_HI (rw) register accessor: High 32 bits to be loaded to system timer
  • LOAD_LO (rw) register accessor: Low 32 bits to be loaded to system timer
  • STEP (rw) register accessor: System timer accumulation step
  • TARGET0_CONF (rw) register accessor: Configure work mode for system timer target 0
  • TARGET0_HI (rw) register accessor: System timer target 0, high 32 bits
  • TARGET0_LO (rw) register accessor: System timer target 0, low 32 bits
  • TARGET1_CONF (rw) register accessor: Configure work mode for system timer target 1
  • TARGET1_HI (rw) register accessor: System timer target 1, high 32 bits
  • TARGET1_LO (rw) register accessor: System timer target 1, low 32 bits
  • TARGET2_CONF (rw) register accessor: Configure work mode for system timer target 2
  • TARGET2_HI (rw) register accessor: System timer target 2, high 32 bits
  • TARGET2_LO (rw) register accessor: System timer target 2, low 32 bits
  • UNIT0_OP (rw) register accessor: Read out system timer value
  • UNIT0_VALUE_HI (r) register accessor: System timer value, high 32 bits
  • UNIT0_VALUE_LO (r) register accessor: System timer value, low 32 bits