zephyr::sys::sync

Module mutex

source
Expand description

Zephyr k_mutex wrapper.

This module implements a thing wrapper around the k_mutex type in Zephyr. It works with the kernel object system, to allow the mutexes to be defined statically.

Structs§

  • A Condition Variable
  • A Zephyr k_mutux usable from safe Rust code.

Type Aliases§