|
API Documentation
9.14.00
|
The definition of a PWM function table that contains the required set of functions to control a specific PWM driver implementation. More...
The definition of a PWM function table that contains the required set of functions to control a specific PWM driver implementation.
| 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_SetDutyAndPeriodFxn PWM_FxnTable::setDutyAndPeriodFxn |
Function to set the duty and the period for a specific 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
1.8.12