![]() |
![]() |
GPTimerWFF3 Object. More...
#include <GPTimerWFF3.h>

Data Fields | |
| HwiP_Struct | hwi |
| GPTimerWFF3_HwiFxn | hwiCallbackFxn |
| Power_NotifyObj | postNotify |
| uintptr_t | arg |
| bool | isOpen |
| bool | intPhaseLate |
| uint8_t | prescalerDiv |
| GPTimerWFF3_DebugMode | debugStallMode |
| GPTimerWFF3_ChannelCmpDir | counterDirChCompare |
| GPTimerWFF3_ChannelProp | channelProperty [4] |
GPTimerWFF3 Object.
These fields are used by the driver to store and modify GPTimer configuration during run-time. The application must not edit any member variables of this structure. Appplications should also not access member variables of this structure as backwards compatibility is not guaranteed. An example structure is shown below:
| HwiP_Struct GPTimerWFF3_Object::hwi |
Hardware interrupt struct
| GPTimerWFF3_HwiFxn GPTimerWFF3_Object::hwiCallbackFxn |
Hardware interrupt callback function
| Power_NotifyObj GPTimerWFF3_Object::postNotify |
For Sleep reconfiguration
| uintptr_t GPTimerWFF3_Object::arg |
Arbritrary Argument
| bool GPTimerWFF3_Object::isOpen |
Object is opened flag
| bool GPTimerWFF3_Object::intPhaseLate |
Interrupt phase early or late for TGT and ZERO interrupts
| uint8_t GPTimerWFF3_Object::prescalerDiv |
Prescaler division factor
| GPTimerWFF3_DebugMode GPTimerWFF3_Object::debugStallMode |
Timer debug stall mode
| GPTimerWFF3_ChannelCmpDir GPTimerWFF3_Object::counterDirChCompare |
Counter direction required for triggering a channel compare
| GPTimerWFF3_ChannelProp GPTimerWFF3_Object::channelProperty[4] |
Channel dependent properties