Basic system support.
More...
#include <time.h>
#include <zephyr/kernel.h>
#include <zephyr/sys/iterable_sections.h>
|
| int | sys_work_submit (struct k_work *work) |
| | Submit a work item to the system work queue.
|
| |
| int | sys_work_schedule (struct k_work_delayable *dwork, k_timeout_t delay) |
| | Submit an idle work item to the system work queue after a delay.
|
| |
| int | sys_work_reschedule (struct k_work_delayable *dwork, k_timeout_t delay) |
| | Reschedule a work item to the system work queue after a delay.
|
| |
| void | sys_shutdown () |
| | Shutdown the system.
|
| |
| void | sys_reset () |
| | Reset the system.
|
| |
| int | sys_set_time (time_t time) |
| | Set system time.
|
| |
Basic system support.
- Author
- quantumspawner
- Version
- 0.0.1
- Date
- 2025-02-25
- Copyright
- Copyright (c) 2025 NTU Racing Team