zephyr

Module sys

source
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§

  • Zephyr implementation of critical sections.
  • Lightweight wrapper around Zephyr’s k_queue.
  • Zephyr low-level synchronization primities.
  • Zephyr low level threads

Constants§

  • Represents a timeout with an infinite delay.
  • Represents a null timeout delay.

Functions§

  • Return the current uptime of the system in ms.