Module cortex_m::interrupt[][src]

Interrupts

Structs

CriticalSection

Critical section token

Mutex

A "mutex" based on critical sections

Traits

InterruptNumber

Trait for enums of external interrupt numbers.

Nr

Interrupt number

Functions

disable

Disables all interrupts

enable

Enables all the interrupts

free

Execute closure f in an interrupt-free context.