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

Public properties of the Power Converter Control driver. More...

+ Collaboration diagram for Defines & Macros:

Macros

#define __PSDCLD_VERSION   912
 Generic macro allowing to identify the file version of 'npnz16b.h'. More...
 

Detailed Description

Public properties of the Power Converter Control driver.

This is the detailed description of public defines and macros of the Power Converter Control driver.

Macro Definition Documentation

◆ __PSDCLD_VERSION

#define __PSDCLD_VERSION   912

Generic macro allowing to identify the file version of 'npnz16b.h'.

This version key represents the product version of PS-DCLD as integer number of the form [MAJOR][MINOR][REVISION] => version 0.9.3.xxx would be shown as 903. User code can check if the file version is compliant with the proprietary user code by using pre-compiler directives such as

#if (__PSDCLD_VERSION > 908)
#pragma message "This code has not been tested with the recently included version of npnz16b.h"
#endif

Definition at line 39 of file npnz16b.h.