Data Fields
PWMTimerCC32XX_HWAttrsV2 Struct Reference

PWMTimerCC32XX Hardware attributes. More...

#include <PWMTimerCC32XX.h>

Data Fields

uint32_t pwmPin
 

Detailed Description

PWMTimerCC32XX Hardware attributes.

The 'pwmPin' field identifies which physical pin to use for a particular PWM channel as well as the corresponding Timer resource used to source the PWM signal. The encoded pin identifier macros for initializing the 'pwmPin' field must be selected from the PWMTimerCC32XX_HWAttrs 'pwmPin' field options macros.

A sample structure is shown below:

const PWMTimerCC32XX_HWAttrsV2 pwmTimerCC32XXHWAttrs[] = {
{
},
{
}
};

Field Documentation

§ pwmPin

uint32_t PWMTimerCC32XX_HWAttrsV2::pwmPin

Pin to output PWM signal on (see PWMTimerCC32XX_HWAttrs 'pwmPin' field options)


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