fix for mbed lib issue 3 (i2c problem) see also https://mbed.org/users/mbed_official/code/mbed/issues/3 affected implementations: LPC812, LPC11U24, LPC1768, LPC2368, LPC4088

Fork of mbed-src by mbed official

Embed: (wiki syntax)

« Back to documentation index

MTBDWT_Type Struct Reference

MTBDWT_Type Struct Reference
[MTBDWT Peripheral Access Layer]

MTBDWT - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__I uint32_t CTRL
 MTB DWT Control Register, offset: 0x0.
__IO uint32_t TBCTRL
 MTB_DWT Trace Buffer Control Register, offset: 0x200.
__I uint32_t DEVICECFG
 Device Configuration Register, offset: 0xFC8.
__I uint32_t DEVICETYPID
 Device Type Identifier Register, offset: 0xFCC.
__I uint32_t PERIPHID [8]
 Peripheral ID Register, array offset: 0xFD0, array step: 0x4.
__I uint32_t COMPID [4]
 Component ID Register, array offset: 0xFF0, array step: 0x4.
__IO uint32_t COMP
 MTB_DWT Comparator Register, array offset: 0x20, array step: 0x10.
__IO uint32_t MASK
 MTB_DWT Comparator Mask Register, array offset: 0x24, array step: 0x10.
__IO uint32_t FCT
 MTB_DWT Comparator Function Register 0..MTB_DWT Comparator Function Register 1, array offset: 0x28, array step: 0x10.

Detailed Description

MTBDWT - Register Layout Typedef.

Definition at line 1894 of file MKL25Z4.h.


Field Documentation

__IO uint32_t COMP

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

Definition at line 1898 of file MKL25Z4.h.

__I uint32_t COMPID[4]

Component ID Register, array offset: 0xFF0, array step: 0x4.

Definition at line 1909 of file MKL25Z4.h.

__I uint32_t CTRL

MTB DWT Control Register, offset: 0x0.

Definition at line 1895 of file MKL25Z4.h.

__I uint32_t DEVICECFG

Device Configuration Register, offset: 0xFC8.

Definition at line 1906 of file MKL25Z4.h.

__I uint32_t DEVICETYPID

Device Type Identifier Register, offset: 0xFCC.

Definition at line 1907 of file MKL25Z4.h.

__IO uint32_t FCT

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

Definition at line 1900 of file MKL25Z4.h.

__IO uint32_t MASK

MTB_DWT Comparator Mask Register, array offset: 0x24, array step: 0x10.

Definition at line 1899 of file MKL25Z4.h.

__I uint32_t PERIPHID[8]

Peripheral ID Register, array offset: 0xFD0, array step: 0x4.

Definition at line 1908 of file MKL25Z4.h.

__IO uint32_t TBCTRL

MTB_DWT Trace Buffer Control Register, offset: 0x200.

Definition at line 1904 of file MKL25Z4.h.