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

MCG_Type Struct Reference

MCG_Type Struct Reference
[MCG Peripheral Access Layer]

MCG - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint8_t C1
 MCG Control 1 Register, offset: 0x0.
__IO uint8_t C2
 MCG Control 2 Register, offset: 0x1.
__IO uint8_t C3
 MCG Control 3 Register, offset: 0x2.
__IO uint8_t C4
 MCG Control 4 Register, offset: 0x3.
__IO uint8_t C5
 MCG Control 5 Register, offset: 0x4.
__IO uint8_t C6
 MCG Control 6 Register, offset: 0x5.
__I uint8_t S
 MCG Status Register, offset: 0x6.
__IO uint8_t SC
 MCG Status and Control Register, offset: 0x8.
__IO uint8_t ATCVH
 MCG Auto Trim Compare Value High Register, offset: 0xA.
__IO uint8_t ATCVL
 MCG Auto Trim Compare Value Low Register, offset: 0xB.
__I uint8_t C7
 MCG Control 7 Register, offset: 0xC.
__IO uint8_t C8
 MCG Control 8 Register, offset: 0xD.
__I uint8_t C9
 MCG Control 9 Register, offset: 0xE.
__I uint8_t C10
 MCG Control 10 Register, offset: 0xF.

Detailed Description

MCG - Register Layout Typedef.

Definition at line 1514 of file MKL25Z4.h.


Field Documentation

__IO uint8_t ATCVH

MCG Auto Trim Compare Value High Register, offset: 0xA.

Definition at line 1525 of file MKL25Z4.h.

__IO uint8_t ATCVL

MCG Auto Trim Compare Value Low Register, offset: 0xB.

Definition at line 1526 of file MKL25Z4.h.

__IO uint8_t C1

MCG Control 1 Register, offset: 0x0.

Definition at line 1515 of file MKL25Z4.h.

__I uint8_t C10

MCG Control 10 Register, offset: 0xF.

Definition at line 1530 of file MKL25Z4.h.

__IO uint8_t C2

MCG Control 2 Register, offset: 0x1.

Definition at line 1516 of file MKL25Z4.h.

__IO uint8_t C3

MCG Control 3 Register, offset: 0x2.

Definition at line 1517 of file MKL25Z4.h.

__IO uint8_t C4

MCG Control 4 Register, offset: 0x3.

Definition at line 1518 of file MKL25Z4.h.

__IO uint8_t C5

MCG Control 5 Register, offset: 0x4.

Definition at line 1519 of file MKL25Z4.h.

__IO uint8_t C6

MCG Control 6 Register, offset: 0x5.

Definition at line 1520 of file MKL25Z4.h.

__I uint8_t C7

MCG Control 7 Register, offset: 0xC.

Definition at line 1527 of file MKL25Z4.h.

__IO uint8_t C8

MCG Control 8 Register, offset: 0xD.

Definition at line 1528 of file MKL25Z4.h.

__I uint8_t C9

MCG Control 9 Register, offset: 0xE.

Definition at line 1529 of file MKL25Z4.h.

__I uint8_t S

MCG Status Register, offset: 0x6.

Definition at line 1521 of file MKL25Z4.h.

__IO uint8_t SC

MCG Status and Control Register, offset: 0x8.

Definition at line 1523 of file MKL25Z4.h.