Data Fields
PWMTimerLPF3_Object Struct Reference

PWMTimerLPF3 Object. More...

#include <PWMTimerLPF3.h>

Collaboration diagram for PWMTimerLPF3_Object:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

PWMTimerLPF3 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. Applications should also not access member variables of this structure as backwards compatibility is not guaranteed.

Field Documentation

§ periodValue

uint32_t PWMTimerLPF3_Object::periodValue

Current period value in unit

§ periodCounts

uint32_t PWMTimerLPF3_Object::periodCounts

Current period in raw timer counts

§ dutyValue

uint32_t PWMTimerLPF3_Object::dutyValue

Current duty cycle value in unit

§ dutyCounts

uint32_t PWMTimerLPF3_Object::dutyCounts

Current duty in raw timer counts

§ hTimer

LGPTimerLPF3_Handle PWMTimerLPF3_Object::hTimer

Handle to underlying LGPTimer peripheral

§ periodUnit

PWM_Period_Units PWMTimerLPF3_Object::periodUnit

Current period unit

§ dutyUnit

PWM_Duty_Units PWMTimerLPF3_Object::dutyUnit

Current duty cycle unit

§ chNumber

LGPTimerLPF3_ChannelNo PWMTimerLPF3_Object::chNumber

LGPTimer peripheral channel number selected for PWM output signal

§ idleLevel

PWM_IdleLevel PWMTimerLPF3_Object::idleLevel

PWM idle level when stopped / not started

§ isOpen

bool PWMTimerLPF3_Object::isOpen

open flag used to check if PWM is opened

§ isRunning

bool PWMTimerLPF3_Object::isRunning

running flag, set if the output is active


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