Struct cortex_m::interrupt::CriticalSection [−][src]
pub struct CriticalSection { /* fields omitted */ }
Expand description
Critical section token
Indicates that you are executing code within a critical section
Implementations
Creates a critical section token
This method is meant to be used to create safe abstractions rather than meant to be directly used in applications.