SimpleLink MCU SDK Driver APIs  tidrivers_msp43x_3_01_01_03
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_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

PWM_CloseFxn PWM_FxnTable_::closeFxn

Function to close the specified instance

PWM_ControlFxn PWM_FxnTable_::controlFxn

Function to driver implementation specific control function

PWM_InitFxn PWM_FxnTable_::initFxn

Function to initialize the given data object

PWM_OpenFxn PWM_FxnTable_::openFxn

Function to open the specified instance

PWM_SetDutyFxn PWM_FxnTable_::setDutyFxn

Function to set the duty cycle for a specific instance

PWM_SetPeriodFxn PWM_FxnTable_::setPeriodFxn

Function to set the period for a specific instance

PWM_StartFxn PWM_FxnTable_::startFxn

Function to start the PWM output for a specific instance

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 2016, Texas Instruments Incorporated