Digital Power Starter Kit 3 Firmware
dsPIC33C Boost Converter Voltage Mode Control Example
NPNZ_PORT_s Struct Reference

#include <power_control/drivers/npnz16b.h>

+ Collaboration diagram for NPNZ_PORT_s:

Data Fields

volatile uint16_t * ptrAddress
 Pointer to register or variable where the value is read from (e.g. ADCBUFx) or written to (e.g. PGxDC) More...
 
volatile int16_t NormScaler
 Bit-shift scaler of the Q15 normalization factor. More...
 
volatile fractional NormFactor
 Q15 normalization factor. More...
 
volatile int16_t Offset
 Value/signal offset of this port. More...
 

Detailed Description

Definition at line 226 of file npnz16b.h.

Field Documentation

◆ NormFactor

volatile fractional NormFactor

Q15 normalization factor.

Definition at line 230 of file npnz16b.h.

◆ NormScaler

volatile int16_t NormScaler

Bit-shift scaler of the Q15 normalization factor.

Definition at line 229 of file npnz16b.h.

◆ Offset

volatile int16_t Offset

Value/signal offset of this port.

Definition at line 231 of file npnz16b.h.

◆ ptrAddress

volatile uint16_t* ptrAddress

Pointer to register or variable where the value is read from (e.g. ADCBUFx) or written to (e.g. PGxDC)

Definition at line 228 of file npnz16b.h.


The documentation for this struct was generated from the following file: