mbed-os/core/util/critical
Anna Bridge 3a59a07dcc Add a c based re-entrant critical section API
This includes a generic critical section implementation, and nrf51
platforms specific implementation.

nrf51- this implementation will use sd_nvic_critical_region_enter if the
softdevice is enabled, otherwise it will use __disable_irq().
This implementation also allow a user to start a critical section while
interrupts are already disabled.
2016-04-29 09:40:52 -05:00
..
critical.c Add a c based re-entrant critical section API 2016-04-29 09:40:52 -05:00
critical.h Add a c based re-entrant critical section API 2016-04-29 09:40:52 -05:00
critical_nordic.c Add a c based re-entrant critical section API 2016-04-29 09:40:52 -05:00