TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
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_GetPeriodCountsFxn getPeriodCountsFxn
 
PWM_GetPeriodMicroSecsFxn getPeriodMicroSecsFxn
 
PWM_InitFxn initFxn
 
PWM_OpenFxn openFxn
 
PWM_SetDutyFxn setDutyFxn
 

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 peripheral

PWM_ControlFxn PWM_FxnTable::controlFxn

Function to driver implementation specific control function

PWM_GetPeriodCountsFxn PWM_FxnTable::getPeriodCountsFxn

Function to get period in timer counts from the specified peripheral

PWM_GetPeriodMicroSecsFxn PWM_FxnTable::getPeriodMicroSecsFxn

Function to get period in microseconds from the specified peripheral

PWM_InitFxn PWM_FxnTable::initFxn

Function to initialize the given data object

PWM_OpenFxn PWM_FxnTable::openFxn

Function to open the specified peripheral

PWM_SetDutyFxn PWM_FxnTable::setDutyFxn

Function to set the duty cycle for a specific peripheral


The documentation for this struct was generated from the following file:
Copyright 2015, Texas Instruments Incorporated