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

MCM_Type Struct Reference

MCM_Type Struct Reference
[MCM Peripheral Access Layer]

MCM - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__I uint16_t PLASC
 Crossbar Switch (AXBS) Slave Configuration, offset: 0x8.
__I uint16_t PLAMC
 Crossbar Switch (AXBS) Master Configuration, offset: 0xA.
__IO uint32_t PLACR
 Platform Control Register, offset: 0xC.
__IO uint32_t CPO
 Compute Operation Control Register, offset: 0x40.

Detailed Description

MCM - Register Layout Typedef.

Definition at line 1672 of file MKL25Z4.h.


Field Documentation

__IO uint32_t CPO

Compute Operation Control Register, offset: 0x40.

Definition at line 1678 of file MKL25Z4.h.

__IO uint32_t PLACR

Platform Control Register, offset: 0xC.

Definition at line 1676 of file MKL25Z4.h.

__I uint16_t PLAMC

Crossbar Switch (AXBS) Master Configuration, offset: 0xA.

Definition at line 1675 of file MKL25Z4.h.

__I uint16_t PLASC

Crossbar Switch (AXBS) Slave Configuration, offset: 0x8.

Definition at line 1674 of file MKL25Z4.h.