|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Go to the source code of this file.
Macros | |
| #define | CONT_STACKGUARD 0xfeefeffe |
Functions | |
| void | cont_init (cont_t *cont) |
| int | cont_check (cont_t *cont) |
| bool | cont_can_yield (cont_t *cont) |
| #define CONT_STACKGUARD 0xfeefeffe |
Definition at line 25 of file cont_util.c.
Referenced by cont_check(), and cont_init().
Definition at line 44 of file cont_util.c.
Referenced by esp_yield(), optimistic_yield(), and yield().
| int cont_check | ( | cont_t * | cont | ) |
Definition at line 36 of file cont_util.c.
Referenced by loop_task().
| void cont_init | ( | cont_t * | cont | ) |
Definition at line 27 of file cont_util.c.
Referenced by user_init().
1.8.11