Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

DWT_MemMap Struct Reference

DWT_MemMap Struct Reference
[DWT]

DWT - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

uint32_t CTRL
 Control Register, offset: 0x0.
uint32_t PCSR
 Program Counter Sample Register, offset: 0x1C.
uint32_t COMP
 Comparator Register 0..Comparator Register 1, array offset: 0x20, array step: 0x10.
uint32_t MASK
 Mask Register 0..Mask Register 1, array offset: 0x24, array step: 0x10.
uint32_t FUNCTION
 Function Register 0..Function Register 1, array offset: 0x28, array step: 0x10.

Detailed Description

DWT - Peripheral register structure.

Definition at line 1258 of file MKL25Z4.h.


Field Documentation

uint32_t COMP

Comparator Register 0..Comparator Register 1, array offset: 0x20, array step: 0x10.

Definition at line 1263 of file MKL25Z4.h.

uint32_t CTRL

Control Register, offset: 0x0.

Definition at line 1259 of file MKL25Z4.h.

uint32_t FUNCTION

Function Register 0..Function Register 1, array offset: 0x28, array step: 0x10.

Definition at line 1265 of file MKL25Z4.h.

uint32_t MASK

Mask Register 0..Mask Register 1, array offset: 0x24, array step: 0x10.

Definition at line 1264 of file MKL25Z4.h.

uint32_t PCSR

Program Counter Sample Register, offset: 0x1C.

Definition at line 1261 of file MKL25Z4.h.