|
PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
|
Functions | |
| void | palThreadFunc1 (void const *argument) |
| void | palThreadFunc2 (void const *argument) |
| void | palThreadFunc3 (void const *argument) |
| void | palThreadFunc4 (void const *argument) |
| void | palThreadFunc5 (void const *argument) |
| void | palThreadFunc6 (void const *argument) |
| void | palTimerFunc1 (void const *argument) |
| void | palTimerFunc2 (void const *argument) |
| void | palThreadFuncCustom1 (void const *argument) |
| void | palThreadFuncCustom2 (void const *argument) |
| void | palThreadFuncCustom3 (void const *argument) |
| void | palThreadFuncCustom4 (void const *argument) |
| void | palRunThreads () |
Variables | |
| threadsArgument_t | threadsArg |
| timerArgument_t | timerArgs |
| void palRunThreads | ( | ) |
| void palThreadFunc1 | ( | void const * | argument | ) |
| void palThreadFunc2 | ( | void const * | argument | ) |
| void palThreadFunc3 | ( | void const * | argument | ) |
| void palThreadFunc4 | ( | void const * | argument | ) |
| void palThreadFunc5 | ( | void const * | argument | ) |
| void palThreadFunc6 | ( | void const * | argument | ) |
| void palThreadFuncCustom1 | ( | void const * | argument | ) |
| void palThreadFuncCustom2 | ( | void const * | argument | ) |
| void palThreadFuncCustom3 | ( | void const * | argument | ) |
| void palThreadFuncCustom4 | ( | void const * | argument | ) |
| void palTimerFunc1 | ( | void const * | argument | ) |
| void palTimerFunc2 | ( | void const * | argument | ) |
| threadsArgument_t threadsArg |
| timerArgument_t timerArgs |
1.8.11