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

DESCRIPTION. More...

#include <os/apptask_typedef.h>

+ Collaboration diagram for APPLICATION_TASK_s:

Data Fields

volatile struct APPTASK_STATUS_s Status
 Status word of the task object. More...
 
volatile struct APPTASK_EXECUTION_s Settings
 Execution time settings of the task object. More...
 
volatile struct APPTASK_TASKLINK_s Functions
 Function pointer to main API user task functions. More...
 
volatile struct APPTASK_STATISTICS_s Statistics
 Task execution statistics data. More...
 
volatile uint16_t TaskID
 Task identifier encoding task execution list and list index (read only) More...
 

Detailed Description

DESCRIPTION.

Definition at line 149 of file apptask_typedef.h.

Field Documentation

◆ Functions

volatile struct APPTASK_TASKLINK_s Functions

Function pointer to main API user task functions.

Definition at line 153 of file apptask_typedef.h.

◆ Settings

volatile struct APPTASK_EXECUTION_s Settings

Execution time settings of the task object.

Definition at line 152 of file apptask_typedef.h.

◆ Statistics

volatile struct APPTASK_STATISTICS_s Statistics

Task execution statistics data.

Definition at line 154 of file apptask_typedef.h.

◆ Status

volatile struct APPTASK_STATUS_s Status

Status word of the task object.

Definition at line 151 of file apptask_typedef.h.

◆ TaskID

volatile uint16_t TaskID

Task identifier encoding task execution list and list index (read only)

Definition at line 155 of file apptask_typedef.h.


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