Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
core_util_atomic_flag Struct Reference
[critical section function]
  A lock-free, primitive atomic flag. More...
#include <mbed_critical.h>
Detailed Description
A lock-free, primitive atomic flag.
Emulate C11's atomic_flag. The flag is initially in an indeterminate state unless explicitly initialized with CORE_UTIL_ATOMIC_FLAG_INIT.
Definition at line 98 of file cmsis/BUILD/mbed/platform/mbed_critical.h.
Generated on Tue Jul 12 2022 20:41:17 by
 1.7.2
 1.7.2 
    

