Data Fields
GPTimerWFF3_Config Struct Reference

GPTimer Global configuration. More...

#include <GPTimerWFF3.h>

Collaboration diagram for GPTimerWFF3_Config:
Collaboration graph
[legend]

Data Fields

GPTimerWFF3_Objectobject
 
const GPTimerWFF3_HWAttrshwAttrs
 

Detailed Description

GPTimer Global configuration.

The GPTimerWFF3_Config structure contains a set of pointers used to characterize the GPTimer driver implementation. An example is shown below:

// GPTimer configuration (used as GPTimer_Handle by driver and application)
const GPTimerWFF3_Config GPTimerWFF3_config[] = {
{ &GPTimerWFF3Objects[0], &GPTimerWFF3HWAttrs[0]},
{ &GPTimerWFF3Objects[1], &GPTimerWFF3HWAttrs[1]},
};

Field Documentation

§ object

GPTimerWFF3_Object* GPTimerWFF3_Config::object

§ hwAttrs

const GPTimerWFF3_HWAttrs* GPTimerWFF3_Config::hwAttrs

The documentation for this struct was generated from the following file:
© Copyright 1995-2026, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale