Data Fields
LGPTimerLPF3_HWAttrs Struct Reference

LGPTimerLPF3 Hardware attributes. More...

#include <LGPTimerLPF3.h>

Data Fields

uint32_t baseAddr
 
uint8_t intNum
 
uint8_t intPriority
 
uint8_t powerID
 

Detailed Description

LGPTimerLPF3 Hardware attributes.

These fields are used by the driver to set up underlying LGPTimer driver statically. A sample structure is shown below:

// LGPTimer hardware attributes, one per supported LGPT peripheral
const LGPTimerLPF3_HWAttrs LGPTimerLPF3HWAttrs[] = {
{
.baseAddr = LGPT0_BASE,
.intNum = INT_LGPT0_COMB,
.intPriority = INT_PRI_LEVEL1,
.powerMngrId = PowerLPF3_PERIPH_LGPT0,
},
};

Field Documentation

§ baseAddr

uint32_t LGPTimerLPF3_HWAttrs::baseAddr

LGPTimer peripheral base address

§ intNum

uint8_t LGPTimerLPF3_HWAttrs::intNum

LGPTimer peripheral interrupt vector

§ intPriority

uint8_t LGPTimerLPF3_HWAttrs::intPriority

LGPTimer peripheral's interrupt priority

§ powerID

uint8_t LGPTimerLPF3_HWAttrs::powerID

LGPTimer peripheral's power resource ID


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