Data Fields
PWMTimerWFF3_Object Struct Reference

PWMTimerWFF3 Object. More...

#include <PWMTimerWFF3.h>

Collaboration diagram for PWMTimerWFF3_Object:
Collaboration graph
[legend]

Data Fields

uint32_t periodValue
 
uint32_t periodCounts
 
uint32_t dutyValue
 
uint32_t dutyCounts
 
GPTimerWFF3_Handle hTimer
 
PWM_Period_Units periodUnit
 
PWM_Duty_Units dutyUnit
 
GPTimerWFF3_ChannelNo chNumber
 
PWM_IdleLevel idleLevel
 
bool isOpen
 
bool isRunning
 

Detailed Description

PWMTimerWFF3 Object.

These fields are used by the driver to store and modify PWM configuration during run-time. The application must not edit any member variables of this structure. Appplications should also not access member variables of this structure as backwards compatibility is not guaranteed.

Field Documentation

§ periodValue

uint32_t PWMTimerWFF3_Object::periodValue

Current period value in unit

§ periodCounts

uint32_t PWMTimerWFF3_Object::periodCounts

Current period in raw timer counts

§ dutyValue

uint32_t PWMTimerWFF3_Object::dutyValue

Current duty cycle value in unit

§ dutyCounts

uint32_t PWMTimerWFF3_Object::dutyCounts

Current duty in raw timer counts

§ hTimer

GPTimerWFF3_Handle PWMTimerWFF3_Object::hTimer

Handle to underlying GPTimer peripheral

§ periodUnit

PWM_Period_Units PWMTimerWFF3_Object::periodUnit

Current period unit

§ dutyUnit

PWM_Duty_Units PWMTimerWFF3_Object::dutyUnit

Current duty cycle unit

§ chNumber

GPTimerWFF3_ChannelNo PWMTimerWFF3_Object::chNumber

GPTimer peripheral channel number selected for PWM output signal

§ idleLevel

PWM_IdleLevel PWMTimerWFF3_Object::idleLevel

PWM idle level when stopped / not started

§ isOpen

bool PWMTimerWFF3_Object::isOpen

open flag used to check if PWM is opened

§ isRunning

bool PWMTimerWFF3_Object::isRunning

running flag, set if the output is active


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