Data Fields
PWM_FxnTable Struct Reference

The definition of a PWM function table that contains the required set of functions to control a specific PWM driver implementation. More...

#include <PWM.h>

Collaboration diagram for PWM_FxnTable:
Collaboration graph
[legend]

Data Fields

PWM_CloseFxn closeFxn
 
PWM_ControlFxn controlFxn
 
PWM_InitFxn initFxn
 
PWM_OpenFxn openFxn
 
PWM_SetDutyFxn setDutyFxn
 
PWM_SetPeriodFxn setPeriodFxn
 
PWM_SetDutyAndPeriodFxn setDutyAndPeriodFxn
 
PWM_StartFxn startFxn
 
PWM_StopFxn stopFxn
 

Detailed Description

The definition of a PWM function table that contains the required set of functions to control a specific PWM driver implementation.

Field Documentation

§ closeFxn

PWM_CloseFxn PWM_FxnTable::closeFxn

Function to close the specified instance

§ controlFxn

PWM_ControlFxn PWM_FxnTable::controlFxn

Function to driver implementation specific control function

§ initFxn

PWM_InitFxn PWM_FxnTable::initFxn

Function to initialize the given data object

§ openFxn

PWM_OpenFxn PWM_FxnTable::openFxn

Function to open the specified instance

§ setDutyFxn

PWM_SetDutyFxn PWM_FxnTable::setDutyFxn

Function to set the duty cycle for a specific instance

§ setPeriodFxn

PWM_SetPeriodFxn PWM_FxnTable::setPeriodFxn

Function to set the period for a specific instance

§ setDutyAndPeriodFxn

PWM_SetDutyAndPeriodFxn PWM_FxnTable::setDutyAndPeriodFxn

Function to set the duty and the period for a specific instance

§ startFxn

PWM_StartFxn PWM_FxnTable::startFxn

Function to start the PWM output for a specific instance

§ stopFxn

PWM_StopFxn PWM_FxnTable::stopFxn

Function to stop the PWM output for a specific instance


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