|
HALFRED
0.4.0
|
Operating system (OS) API. More...
Operating system (OS) API.
HAL OS module.
#include "hal_port_os.h"#include "hal_os_task.h"#include "hal_os_sem.h"#include "hal_os_cntsem.h"#include "hal_os_mutex.h"#include "hal_os_recursive_mutex.h"#include "hal_os_queue.h"#include "hal_os_caltime.h"Go to the source code of this file.
Functions | |
| void | OS_Start (void) |
| void | OS_Stop (void) |
| void | OS_Sleep (OSTime time) |
| void | OS_SleepUntil (OSTime time) |
| OSTime | OS_GetSystemTime (void) |
1.8.7