|
Contiki-NG
|
Arm Cortex-M implementation of atomic operations using the LDREX, STREX and DMB instructions. More...
Modules | |
| Arm Cortex-M3 | |
| Arm Cortex-M4 | |
| CMSIS (Cortex Microcontroller Software Interface Standard) | |
Files | |
| file | arm-def.h |
| Compiler and data type definitions for all ARM-based CPUs. | |
Macros and typedefs | |
| typedef uint32_t | clock_time_t |
| typedef uint32_t | uip_stats_t |
| #define | CLOCK_CONF_SECOND 128 |
| #define | CLOCK_LT(a, b) ((signed long)((a) - (b)) < 0) |
Arm Cortex-M implementation of atomic operations using the LDREX, STREX and DMB instructions.
Arm Cortex-M implementation of mutexes using the LDREX, STREX and DMB instructions.
1.8.13