Expand description
Zephyr ‘sys’ module.
The zephyr-sys
crate contains the direct C bindings to the Zephyr API. All of these are
unsafe.
This module zephyr::sys
contains thin wrappers to these C bindings, that can be used without
unsafe, but as unchanged as possible.
Modules§
- critical
- Zephyr implementation of critical sections.
- queue
- Lightweight wrapper around Zephyr’s
k_queue
. - sync
- Zephyr low-level synchronization primities.
- thread
- Zephyr low level threads
Constants§
Functions§
- uptime_
get - Return the current uptime of the system in ms.