The Hardware Timer Manager driver provides common APIs for various timer modules.
HwTimer Overview
The driver consists of two layers:
- The hardware-specific lower layer contains implementation specific to a particular timer module. An application should not use this layer.
- The generic upper layer provides an abstraction to call the appropriate lower layer functions while passing the appropriate context structure. This chapter describes the generic upper layer only.