Henrik Lander

Results 1 issues of Henrik Lander

CMSIS includes the functions `__STREXW` and `__LDREXW`. **cmsis_armcc.h** In cmsis_armcc.h, they are defined using intrinsics like this: ``` #if defined(__ARMCC_VERSION) && (__ARMCC_VERSION < 5060020) #define __STREXW(value, ptr) __strex(value, ptr) #else...