TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
PWM_Config Struct Reference

PWM Global configuration. More...

#include <PWM.h>

Collaboration diagram for PWM_Config:
Collaboration graph
[legend]

Data Fields

PWM_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

PWM Global configuration.

The PWM_Config structure contains a set of pointers used to characterize the PWM driver implementation.

This structure needs to be defined before calling PWM_init() and it must not be changed thereafter.

See also
PWM_init()

Field Documentation

PWM_FxnTable const* PWM_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of PWM APIs

void* PWM_Config::object

Pointer to a driver specific data object

void const* PWM_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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