Digital Power Starter Kit 3 Firmware
dsPIC33C Buck Converter Voltage Mode Control Example

List of data types of the Special Function state machine extensions. More...

+ Collaboration diagram for Data Types:

Enumerations

enum  BUCK_SPECIAL_FUNCTIONS_e { CS_OFSET_CALIBRATION }
 Enumeration of special function sub-states. More...
 

Detailed Description

List of data types of the Special Function state machine extensions.

Enumeration Type Documentation

◆ BUCK_SPECIAL_FUNCTIONS_e

Enumeration of special function sub-states.

This enumeration provides labels for indices of the private array BuckConverterSpecialFunctions[]. External functions call special functions by calling the high level function drv_BuckConverter_SpecialFunctionExecute() by handing in a pointer to a power converter object and the Special Function state to execute. This allows the extension of state machine to include Special Functions available.

Definition at line 50 of file dev_buck_special_functions.h.