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

DESCRIPTION. More...

#include <os/apptask_typedef.h>

+ Collaboration diagram for APPTASK_EXECUTION_s:

Data Fields

enum APPTASK_CLASS_e execClass
 Execution class of the task object (low priority, high priority) More...
 
volatile int32_t Counter
 Execution period counter (read only) More...
 
volatile int32_t Period
 Task execution period defined in multiples of OS task execution base clock ticks (e.g. 100us) More...
 
volatile int32_t Offset
 Task execution period offset defined in multiples of OS task execution base clock ticks (e.g. 100us) More...
 

Detailed Description

DESCRIPTION.

Definition at line 94 of file apptask_typedef.h.

Field Documentation

◆ Counter

volatile int32_t Counter

Execution period counter (read only)

Definition at line 97 of file apptask_typedef.h.

◆ execClass

enum APPTASK_CLASS_e execClass

Execution class of the task object (low priority, high priority)

Definition at line 96 of file apptask_typedef.h.

◆ Offset

volatile int32_t Offset

Task execution period offset defined in multiples of OS task execution base clock ticks (e.g. 100us)

Definition at line 99 of file apptask_typedef.h.

◆ Period

volatile int32_t Period

Task execution period defined in multiples of OS task execution base clock ticks (e.g. 100us)

Definition at line 98 of file apptask_typedef.h.


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