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

#include <execution_system.h>

Collaboration diagram for executionEntryStruct:
Collaboration graph
[legend]

Data Fields

struct linkedEntryPointStructsetupListHead
 
struct linkedEntryPointStructloopListHead
 
struct linkedEntryPointStructsysTickListHead
 
struct linkedEntryPointStructexceptionListHead
 

Detailed Description

Definition at line 123 of file execution_system.h.

Field Documentation

◆ exceptionListHead

struct linkedEntryPointStruct* exceptionListHead

Definition at line 128 of file execution_system.h.

◆ loopListHead

struct linkedEntryPointStruct* loopListHead

Definition at line 126 of file execution_system.h.

◆ setupListHead

struct linkedEntryPointStruct* setupListHead

Definition at line 125 of file execution_system.h.

◆ sysTickListHead

struct linkedEntryPointStruct* sysTickListHead

Definition at line 127 of file execution_system.h.


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