esp32s3::timg0

Module t

Source
Expand description

Cluster Cluster T%s, containing T?CONFIG, T?LO, T?HI, T?UPDATE, T?ALARMLO, T?ALARMHI, T?LOADLO, T?LOADHI, T?LOAD

Modules§

  • Timer 0 alarm value, high bits
  • Timer 0 alarm value, low 32 bits
  • Timer 0 configuration register
  • Timer 0 current value, high 22 bits
  • Timer 0 current value, low 32 bits
  • Write to reload timer from TIMG_T0_(LOADLOLOADHI)_REG
  • Timer 0 reload value, high 22 bits
  • Timer 0 reload value, low 32 bits
  • Write to copy current timer value to TIMGn_T0_(LO/HI)_REG

Structs§

  • Cluster T%s, containing T?CONFIG, T?LO, T?HI, T?UPDATE, T?ALARMLO, T?ALARMHI, T?LOADLO, T?LOADHI, T?LOAD

Type Aliases§

  • ALARMHI (rw) register accessor: Timer 0 alarm value, high bits
  • ALARMLO (rw) register accessor: Timer 0 alarm value, low 32 bits
  • CONFIG (rw) register accessor: Timer 0 configuration register
  • HI (r) register accessor: Timer 0 current value, high 22 bits
  • LO (r) register accessor: Timer 0 current value, low 32 bits
  • LOAD (w) register accessor: Write to reload timer from TIMG_T0_(LOADLOLOADHI)_REG
  • LOADHI (rw) register accessor: Timer 0 reload value, high 22 bits
  • LOADLO (rw) register accessor: Timer 0 reload value, low 32 bits
  • UPDATE (rw) register accessor: Write to copy current timer value to TIMGn_T0_(LO/HI)_REG