ccNOos  v0.0.0
Build Portable Microcontroller Applications!
Data Fields
linkedEntryPointStruct Struct Reference

#include <execution_system.h>

Collaboration diagram for linkedEntryPointStruct:
Collaboration graph
[legend]

Data Fields

struct linkedEntryPointStructnextPtr
 
struct computeModuleStructdataPtr
 
int(* entryPoint )(struct computeModuleStruct *dataPtrIn)
 

Detailed Description

Definition at line 114 of file execution_system.h.

Field Documentation

◆ dataPtr

struct computeModuleStruct* dataPtr

Definition at line 117 of file execution_system.h.

◆ entryPoint

int(* entryPoint) (struct computeModuleStruct *dataPtrIn)

Definition at line 118 of file execution_system.h.

◆ nextPtr

struct linkedEntryPointStruct* nextPtr

Definition at line 116 of file execution_system.h.


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