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

ROM_Type Struct Reference

ROM_Type Struct Reference
[ROM Peripheral Access Layer]

ROM - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__I uint32_t ENTRY [3]
 Entry, array offset: 0x0, array step: 0x4.
__I uint32_t TABLEMARK
 End of Table Marker Register, offset: 0xC.
__I uint32_t SYSACCESS
 System Access Register, offset: 0xFCC.
__I uint32_t PERIPHID4
 Peripheral ID Register, offset: 0xFD0.
__I uint32_t PERIPHID5
 Peripheral ID Register, offset: 0xFD4.
__I uint32_t PERIPHID6
 Peripheral ID Register, offset: 0xFD8.
__I uint32_t PERIPHID7
 Peripheral ID Register, offset: 0xFDC.
__I uint32_t PERIPHID0
 Peripheral ID Register, offset: 0xFE0.
__I uint32_t PERIPHID1
 Peripheral ID Register, offset: 0xFE4.
__I uint32_t PERIPHID2
 Peripheral ID Register, offset: 0xFE8.
__I uint32_t PERIPHID3
 Peripheral ID Register, offset: 0xFEC.
__I uint32_t COMPID [4]
 Component ID Register, array offset: 0xFF0, array step: 0x4.

Detailed Description

ROM - Register Layout Typedef.

Definition at line 2522 of file MKL25Z4.h.


Field Documentation

__I uint32_t COMPID[4]

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

Definition at line 2535 of file MKL25Z4.h.

__I uint32_t ENTRY[3]

Entry, array offset: 0x0, array step: 0x4.

Definition at line 2523 of file MKL25Z4.h.

__I uint32_t PERIPHID0

Peripheral ID Register, offset: 0xFE0.

Definition at line 2531 of file MKL25Z4.h.

__I uint32_t PERIPHID1

Peripheral ID Register, offset: 0xFE4.

Definition at line 2532 of file MKL25Z4.h.

__I uint32_t PERIPHID2

Peripheral ID Register, offset: 0xFE8.

Definition at line 2533 of file MKL25Z4.h.

__I uint32_t PERIPHID3

Peripheral ID Register, offset: 0xFEC.

Definition at line 2534 of file MKL25Z4.h.

__I uint32_t PERIPHID4

Peripheral ID Register, offset: 0xFD0.

Definition at line 2527 of file MKL25Z4.h.

__I uint32_t PERIPHID5

Peripheral ID Register, offset: 0xFD4.

Definition at line 2528 of file MKL25Z4.h.

__I uint32_t PERIPHID6

Peripheral ID Register, offset: 0xFD8.

Definition at line 2529 of file MKL25Z4.h.

__I uint32_t PERIPHID7

Peripheral ID Register, offset: 0xFDC.

Definition at line 2530 of file MKL25Z4.h.

__I uint32_t SYSACCESS

System Access Register, offset: 0xFCC.

Definition at line 2526 of file MKL25Z4.h.

__I uint32_t TABLEMARK

End of Table Marker Register, offset: 0xC.

Definition at line 2524 of file MKL25Z4.h.