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

Public properties of the first application layer task. More...

+ Collaboration diagram for Public Properties:

Variables

volatile struct FAULT_OBJECT_s fltobj_BuckUVLO
 Under Voltage Lock Out Fault Object. More...
 
volatile struct FAULT_OBJECT_s fltobj_BuckOVLO
 Over Voltage Lock Out Fault Object. More...
 
volatile struct FAULT_OBJECT_s fltobj_BuckOCP
 Over Current Protection Fault Object. More...
 
volatile struct FAULT_OBJECT_s fltobj_BuckRegErr
 Regulation Error Fault Object. More...
 

Detailed Description

Public properties of the first application layer task.

This is the detailed description of public variables, data types, enumerations, defines and macros of the fault monitor application layer.

Variable Documentation

◆ fltobj_BuckOCP

struct FAULT_OBJECT_s fltobj_BuckOCP

Over Current Protection Fault Object.


This fault object monitors the average output current of the power supply scanning for conditions exceeding the maximum allowed output current level for the specified amount of time.

Definition at line 1 of file app_fault_monitor.c.

◆ fltobj_BuckOVLO

struct FAULT_OBJECT_s fltobj_BuckOVLO

Over Voltage Lock Out Fault Object.


This fault object monitors the input voltage of the power supply scanning for conditions exceeding the maximum allowed input voltage level for the specified amount of time.

Definition at line 1 of file app_fault_monitor.c.

◆ fltobj_BuckRegErr

struct FAULT_OBJECT_s fltobj_BuckRegErr

Regulation Error Fault Object.


This fault object monitors the deviation between voltage reference and most recent output voltage of the power supply scanning for conditions where a maximum allowed deviation is exceeded for the specified amount of time.

Definition at line 1 of file app_fault_monitor.c.

◆ fltobj_BuckUVLO

struct FAULT_OBJECT_s fltobj_BuckUVLO

Under Voltage Lock Out Fault Object.


This fault object monitors the input voltage of the power supply scanning for conditions violating the minimum required input voltage level for the specified amount of time.

Definition at line 1 of file app_fault_monitor.c.