![]() |
Event Recorder and Component Viewer
Version 1.3.0
MDK Debugger Views for Status and Event Information
|
Functions that access a configurable hardware timer. More...
Functions | |
uint32_t | EventRecorderTimerSetup (void) |
Setup timer hardware. More... | |
uint32_t | EventRecorderTimerGetFreq (void) |
Get timer frequency. More... | |
uint32_t | EventRecorderTimerGetCount (void) |
Get timer count. More... | |
Functions that access a configurable hardware timer.
This section contains user-provided functions, which configure and provide timing information for recorded events.
Code Example
uint32_t EventRecorderTimerGetCount | ( | void | ) |
Get timer count.
Code Example
uint32_t EventRecorderTimerGetFreq | ( | void | ) |
Get timer frequency.
Code Example
uint32_t EventRecorderTimerSetup | ( | void | ) |
Setup timer hardware.
Code Example