6#ifndef PLATFORM_THREADS_H
7#define PLATFORM_THREADS_H
21#define SCHED_NOTIFY_TIMER (1 << 0)
29 extern const uint32_t button_taskName;
37 extern const uint32_t sunset_taskName;
50 extern void start_thread(
taskfunc_t taskFunction,
const uint32_t taskName,
const int priority,
const int stackSize);
60 const uint32_t taskName,
91 extern void notify_thread(
const uint32_t taskName,
int wakeUpEvent);
101 extern void get_thread_debug(
char* textBuff);
Program scope.
Definition: control_fixed_modes.hpp:12