|
Kestrel Interface
|
Go to the source code of this file.
Macros | |
| #define | PRINTLINES_ALLOWED 0 |
Functions | |
| int | init_sd_card () |
| int | kest_sd_mode_msc () |
| int | kest_sd_mode_local () |
| int | kest_sd_toggle_msc () |
| void | main_task (void *arg) |
| int | main (int argc, char **argv) |
| void | vApplicationMallocFailedHook (void) |
| void | vApplicationStackOverflowHook (TaskHandle_t xTask, char *pcTaskName) |
| void | vApplicationTickHook (void) |
Variables | |
| kest_context | global_cxt |
| #define PRINTLINES_ALLOWED 0 |
Definition at line 3 of file kest_desktop.c.
| int init_sd_card | ( | ) |
Definition at line 9 of file kest_desktop.c.
| int kest_sd_mode_local | ( | ) |
Definition at line 11 of file kest_desktop.c.
| int kest_sd_mode_msc | ( | ) |
Definition at line 10 of file kest_desktop.c.
| int kest_sd_toggle_msc | ( | ) |
Definition at line 12 of file kest_desktop.c.
| int main | ( | int | argc, |
| char ** | argv ) |
| void main_task | ( | void * | arg | ) |
Definition at line 48 of file kest_desktop.c.
Referenced by main().
| void vApplicationMallocFailedHook | ( | void | ) |
Definition at line 170 of file kest_desktop.c.
| void vApplicationStackOverflowHook | ( | TaskHandle_t | xTask, |
| char * | pcTaskName ) |
Definition at line 175 of file kest_desktop.c.
| void vApplicationTickHook | ( | void | ) |
Definition at line 180 of file kest_desktop.c.
| kest_context global_cxt |
Definition at line 14 of file kest_desktop.c.