|
API Documentation
9.14.00
|
GPTimer26XX Object. More...
Data Fields | |
| uint32_t | arg |
| HwiP_Struct | hwi [GPT_PARTS_COUNT] |
| GPTimerCC26XX_HwiFxn | hwiCallbackFxn [GPT_PARTS_COUNT] |
| bool | isOpen [GPT_PARTS_COUNT] |
| volatile bool | powerConstraint [GPT_PARTS_COUNT] |
| GPTimerCC26XX_Width | width |
GPTimer26XX 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:
| uint32_t GPTimerCC26XX_Object::arg |
Arbritrary Argument
| HwiP_Struct GPTimerCC26XX_Object::hwi[GPT_PARTS_COUNT] |
Hardware interrupt struct
| GPTimerCC26XX_HwiFxn GPTimerCC26XX_Object::hwiCallbackFxn[GPT_PARTS_COUNT] |
Hardware interrupt callback function
| bool GPTimerCC26XX_Object::isOpen[GPT_PARTS_COUNT] |
Object is opened flag
| volatile bool GPTimerCC26XX_Object::powerConstraint[GPT_PARTS_COUNT] |
Standby power constraint flag
| GPTimerCC26XX_Width GPTimerCC26XX_Object::width |
Timer width configuration (16/32bit)
1.8.12