Data Fields
CaptureCC32XX_HWAttrs Struct Reference

CaptureCC32XX Hardware Attributes. More...

#include <CaptureCC32XX.h>

Data Fields

uint32_t capturePin
 
uint32_t intPriority
 

Detailed Description

CaptureCC32XX Hardware Attributes.

Timer hardware attributes that tell the CaptureCC32XX driver specific hardware configurations and interrupt/priority settings.

A sample structure is shown below:

const CaptureCC32XX_HWAttrs captureCC32XXHWAttrs[] =
{
{
.intPriority = ~0
},
{
.capturePin = CaptureCC32XX_PIN_05,
.intPriority = ~0
},
};

Field Documentation

§ capturePin

uint32_t CaptureCC32XX_HWAttrs::capturePin

Specifies the input pin for the capture event. There are 17 pins available as inputs for capture functionality. Each available pin must map to a specific general purpose timer hardware instance. By specifying this attribute, a fixed 16-bit timer peripheral is used.

§ intPriority

uint32_t CaptureCC32XX_HWAttrs::intPriority

The interrupt priority.


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