Contiki-NG
Modules | Files
Support for Arm CPUs

Arm Cortex-M implementation of mutexes 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

Those values are not meant to be modified by the user

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)
 

Detailed Description

Arm Cortex-M implementation of mutexes using the LDREX, STREX and DMB instructions.