Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
GPTimer clock source.
Count direction.
uint32_t
Counter resolution (working frequency) in Hz, hence, the step size of each count tick equals to (1 / resolution_hz) seconds.
int
GPTimer interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3).
struct { uint32_t intr_shared: 1; uint32_t allow_pd: 1; uint32_t backup_before_sleep: 1; }
GPTimer config flags.

References

from examples