ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Functions
user_task.h File Reference

Go to the source code of this file.

Functions

int atexit (void(*func)())
 
void abort (void)
 
void esp_yield (void)
 
void esp_schedule (void)
 
void yield (void)
 
void loop_wrapper (void)
 
void init_done (void)
 
void user_init (void)
 

Function Documentation

void abort ( void  )

Definition at line 57 of file user_task.c.

Referenced by loop_task(), and yield().

int atexit ( void(*)()  func)

Definition at line 43 of file user_task.c.

void esp_schedule ( void  )
void esp_yield ( void  )

Definition at line 67 of file user_task.c.

Referenced by yield().

void init_done ( void  )

Definition at line 149 of file user_task.c.

Referenced by user_init().

void loop_wrapper ( void  )

Definition at line 113 of file user_task.c.

Referenced by loop_task().

void user_init ( void  )

Definition at line 160 of file user_task.c.

void yield ( void  )

Definition at line 86 of file user_task.c.

Referenced by optimistic_yield().