Contiki 3.x
Modules | Data Structures | Macros
CMP Peripheral Access Layer

Modules

 CMP Register Masks
 

Data Structures

struct  CMP_Type
 CMP - Register Layout Typedef. More...
 

Macros

#define CMP0_BASE   (0x40073000u)
 Peripheral CMP0 base address.
 
#define CMP0   ((CMP_Type *)CMP0_BASE)
 Peripheral CMP0 base pointer.
 
#define CMP1_BASE   (0x40073008u)
 Peripheral CMP1 base address.
 
#define CMP1   ((CMP_Type *)CMP1_BASE)
 Peripheral CMP1 base pointer.
 
#define CMP2_BASE   (0x40073010u)
 Peripheral CMP2 base address.
 
#define CMP2   ((CMP_Type *)CMP2_BASE)
 Peripheral CMP2 base pointer.
 
#define CMP_BASES   { CMP0, CMP1, CMP2 }
 Array initializer of CMP peripheral base pointers.
 
#define CMP0_BASE   (0x40073000u)
 Peripheral CMP0 base address.
 
#define CMP0   ((CMP_Type *)CMP0_BASE)
 Peripheral CMP0 base pointer.
 
#define CMP1_BASE   (0x40073008u)
 Peripheral CMP1 base address.
 
#define CMP1   ((CMP_Type *)CMP1_BASE)
 Peripheral CMP1 base pointer.
 
#define CMP2_BASE   (0x40073010u)
 Peripheral CMP2 base address.
 
#define CMP2   ((CMP_Type *)CMP2_BASE)
 Peripheral CMP2 base pointer.
 

Detailed Description