Struct cortex_m::interrupt::Mutex[][src]

pub struct Mutex<T> { /* fields omitted */ }
Expand description

A “mutex” based on critical sections

Safety

This Mutex is only safe on single-core systems.

On multi-core systems, a CriticalSection is not sufficient to ensure exclusive access.

Implementations

Creates a new mutex

Borrows the data for the duration of the critical section

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.