[][src]Module cortex_m::interrupt

Interrupts

Structs

CriticalSection

Critical section token

Mutex

A "mutex" based on critical sections

Traits

Nr

Interrupt number

Functions

disable

Disables all interrupts

enable

Enables all the interrupts

free

Execute closure f in an interrupt-free context.