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

MTB_Type Struct Reference

MTB_Type Struct Reference
[MTB Peripheral Access Layer]

MTB - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint32_t POSITION
 MTB Position Register, offset: 0x0.
__IO uint32_t MASTER
 MTB Master Register, offset: 0x4.
__IO uint32_t FLOW
 MTB Flow Register, offset: 0x8.
__I uint32_t BASE
 MTB Base Register, offset: 0xC.
__I uint32_t MODECTRL
 Integration Mode Control Register, offset: 0xF00.
__I uint32_t TAGSET
 Claim TAG Set Register, offset: 0xFA0.
__I uint32_t TAGCLEAR
 Claim TAG Clear Register, offset: 0xFA4.
__I uint32_t LOCKACCESS
 Lock Access Register, offset: 0xFB0.
__I uint32_t LOCKSTAT
 Lock Status Register, offset: 0xFB4.
__I uint32_t AUTHSTAT
 Authentication Status Register, offset: 0xFB8.
__I uint32_t DEVICEARCH
 Device Architecture Register, offset: 0xFBC.
__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.

Detailed Description

MTB - Register Layout Typedef.

Definition at line 1751 of file MKL25Z4.h.


Field Documentation

__I uint32_t AUTHSTAT

Authentication Status Register, offset: 0xFB8.

Definition at line 1764 of file MKL25Z4.h.

__I uint32_t BASE

MTB Base Register, offset: 0xC.

Definition at line 1755 of file MKL25Z4.h.

__I uint32_t COMPID[4]

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

Definition at line 1770 of file MKL25Z4.h.

__I uint32_t DEVICEARCH

Device Architecture Register, offset: 0xFBC.

Definition at line 1765 of file MKL25Z4.h.

__I uint32_t DEVICECFG

Device Configuration Register, offset: 0xFC8.

Definition at line 1767 of file MKL25Z4.h.

__I uint32_t DEVICETYPID

Device Type Identifier Register, offset: 0xFCC.

Definition at line 1768 of file MKL25Z4.h.

__IO uint32_t FLOW

MTB Flow Register, offset: 0x8.

Definition at line 1754 of file MKL25Z4.h.

__I uint32_t LOCKACCESS

Lock Access Register, offset: 0xFB0.

Definition at line 1762 of file MKL25Z4.h.

__I uint32_t LOCKSTAT

Lock Status Register, offset: 0xFB4.

Definition at line 1763 of file MKL25Z4.h.

__IO uint32_t MASTER

MTB Master Register, offset: 0x4.

Definition at line 1753 of file MKL25Z4.h.

__I uint32_t MODECTRL

Integration Mode Control Register, offset: 0xF00.

Definition at line 1757 of file MKL25Z4.h.

__I uint32_t PERIPHID[8]

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

Definition at line 1769 of file MKL25Z4.h.

__IO uint32_t POSITION

MTB Position Register, offset: 0x0.

Definition at line 1752 of file MKL25Z4.h.

__I uint32_t TAGCLEAR

Claim TAG Clear Register, offset: 0xFA4.

Definition at line 1760 of file MKL25Z4.h.

__I uint32_t TAGSET

Claim TAG Set Register, offset: 0xFA0.

Definition at line 1759 of file MKL25Z4.h.