![]() |
Event Recorder
Version 1.0.0
MDK Debugger Views for Status and Event Information
|
Functions that access a configurable hardware timer. More...
Functions | |
uint32_t | EventRecorderTimerInit (void) |
Initialize timer hardware. More... | |
uint32_t | EventRecorderTimerGet (void) |
Get Time from timer hardware. More... | |
Functions that access a configurable hardware timer.
This section contains user-provided functions, which configure and provide timing information for recorded events. These functions are only used with the Event Recorder is configured for
Code Example
uint32_t EventRecorderTimerGet | ( | void | ) |
Get Time from timer hardware.
Code Example
uint32_t EventRecorderTimerInit | ( | void | ) |
Initialize timer hardware.
Code Example