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

#include <fault_handler/drivers/drv_fault_handler.h>

+ Collaboration diagram for FLT_EVENT_RESPONSE_s:

Data Fields

volatile uint16_t compareThreshold
 Signal level at which the fault condition will be detected. More...
 
volatile uint16_t eventThreshold
 Bit mask will be &-ed with source as value (use 0xFFFF for full value comparison) More...
 
volatile uint16_t(* ptrResponseFunction )(void)
 pointer to a user-defined function called when a defined fault monitoring event is detected More...
 

Detailed Description

Definition at line 118 of file drv_fault_handler.h.

Field Documentation

◆ compareThreshold

volatile uint16_t compareThreshold

Signal level at which the fault condition will be detected.

Definition at line 120 of file drv_fault_handler.h.

◆ eventThreshold

volatile uint16_t eventThreshold

Bit mask will be &-ed with source as value (use 0xFFFF for full value comparison)

Definition at line 121 of file drv_fault_handler.h.

◆ ptrResponseFunction

volatile uint16_t(* ptrResponseFunction) (void)

pointer to a user-defined function called when a defined fault monitoring event is detected

Definition at line 122 of file drv_fault_handler.h.


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