Features Supported
- APIs to setup timer configuration
- APIs to start and stop the timer
- APIs to get the current timer count
- APIs to check for counter overflow and clear timer overflow interrupt
Features NOT Supported
NA
Important Usage Guidelines
- Support configuration for DM timer
- Supports continues and oneshot mode
- When configuring the timer period in micro second the 'periodInNsec' should be set to 0
Example Usage
Include the below file to access the APIs,
Example usage to initialize the timer
Example usage to start the timer
Example usage to get the current count value
Example usage to stop the timer
API
APIs for timer setup and control