Data Fields
LGPTimerLPF3_Config Struct Reference

LGPTimer Global configuration. More...

#include <LGPTimerLPF3.h>

Collaboration diagram for LGPTimerLPF3_Config:
Collaboration graph
[legend]

Data Fields

LGPTimerLPF3_Objectobject
 
const LGPTimerLPF3_HWAttrshwAttrs
 

Detailed Description

LGPTimer Global configuration.

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

// LGPTimer configuration (used as LGPTimer_Handle by driver and application)
const LGPTimerLPF3_Config LGPTimerLPF3_config[] = {
{ &LGPTimerLPF3Objects[0], &LGPTimerLPF3HWAttrs[0]},
{ &LGPTimerLPF3Objects[1], &LGPTimerLPF3HWAttrs[1]},
{ &LGPTimerLPF3Objects[2], &LGPTimerLPF3HWAttrs[2]},
{ &LGPTimerLPF3Objects[3], &LGPTimerLPF3HWAttrs[3]},
};

Field Documentation

§ object

LGPTimerLPF3_Object* LGPTimerLPF3_Config::object

§ hwAttrs

const LGPTimerLPF3_HWAttrs* LGPTimerLPF3_Config::hwAttrs

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