Performs a clrex operation.
| 50 | |
| 51 | /// Performs a clrex operation. |
| 52 | static inline void __clrex(void) |
| 53 | { |
| 54 | __asm__ __volatile__("clrex" ::: "memory"); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * @brief Performs a ldrex operation. |
no outgoing calls
no test coverage detected