18#ifndef MBED_CRITICALSECTIONLOCK_H
19#define MBED_CRITICALSECTIONLOCK_H
21#include "platform/mbed_toolchain.h"
RAII object for disabling, then restoring, interrupt state Usage:
static void disable()
Mark the end of a critical section.
static void enable()
Mark the start of a critical section.