Contiki-NG
arm-def.h File Reference

Compiler and data type definitions for all ARM-based CPUs. More...

#include <stdint.h>
#include <stdio.h>

Go to the source code of this file.

Macros and typedefs

Those values are not meant to be modified by the user

#define CLOCK_CONF_SECOND   128
 
#define CLOCK_LT(a, b)   ((signed long)((a) - (b)) < 0)
 
typedef uint32_t clock_time_t
 
typedef uint32_t uip_stats_t
 

Detailed Description

Compiler and data type definitions for all ARM-based CPUs.

Definition in file arm-def.h.