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

DESCRIPTION. More...

#include <os/apptask_typedef.h>

+ Collaboration diagram for APPTASK_STATISTICS_s:

Data Fields

volatile uint32_t exec_time
 Execution time in CPU ticks of the most recent task execution (read only) More...
 
volatile uint32_t avg_time
 Moving average execution time of the task object (read only) More...
 
volatile uint32_t max_time
 Maximum execution time of the task object (latched tracking, reset in software) More...
 

Detailed Description

DESCRIPTION.

Definition at line 131 of file apptask_typedef.h.

Field Documentation

◆ avg_time

volatile uint32_t avg_time

Moving average execution time of the task object (read only)

Definition at line 134 of file apptask_typedef.h.

◆ exec_time

volatile uint32_t exec_time

Execution time in CPU ticks of the most recent task execution (read only)

Definition at line 133 of file apptask_typedef.h.

◆ max_time

volatile uint32_t max_time

Maximum execution time of the task object (latched tracking, reset in software)

Definition at line 135 of file apptask_typedef.h.


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