ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
cont_ Struct Reference

#include <cont.h>

Data Fields

void(* pc_ret )(void)
 
unsigned * sp_ret
 
void(* pc_yield )(void)
 
unsigned * sp_yield
 
unsigned * stack_end
 
unsigned unused1
 
unsigned unused2
 
unsigned stack_guard1
 
unsigned stack [CONT_STACKSIZE/4]
 
unsigned stack_guard2
 
unsigned * struct_start
 

Detailed Description

Definition at line 30 of file cont.h.

Field Documentation

void(* cont_::pc_ret) (void)

Definition at line 32 of file cont.h.

Referenced by cont_can_yield().

void(* cont_::pc_yield) (void)

Definition at line 35 of file cont.h.

Referenced by cont_can_yield().

unsigned* cont_::sp_ret

Definition at line 33 of file cont.h.

unsigned* cont_::sp_yield

Definition at line 36 of file cont.h.

unsigned cont_::stack[CONT_STACKSIZE/4]

Definition at line 43 of file cont.h.

Referenced by cont_init().

unsigned* cont_::stack_end

Definition at line 38 of file cont.h.

Referenced by cont_init().

unsigned cont_::stack_guard1

Definition at line 41 of file cont.h.

Referenced by cont_check(), and cont_init().

unsigned cont_::stack_guard2

Definition at line 45 of file cont.h.

Referenced by cont_check(), and cont_init().

unsigned* cont_::struct_start

Definition at line 46 of file cont.h.

Referenced by cont_init().

unsigned cont_::unused1

Definition at line 39 of file cont.h.

unsigned cont_::unused2

Definition at line 40 of file cont.h.


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