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

CMP_Type Struct Reference

CMP_Type Struct Reference
[CMP Peripheral Access Layer]

CMP - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint8_t CR0
 CMP Control Register 0, offset: 0x0.
__IO uint8_t CR1
 CMP Control Register 1, offset: 0x1.
__IO uint8_t FPR
 CMP Filter Period Register, offset: 0x2.
__IO uint8_t SCR
 CMP Status and Control Register, offset: 0x3.
__IO uint8_t DACCR
 DAC Control Register, offset: 0x4.
__IO uint8_t MUXCR
 MUX Control Register, offset: 0x5.

Detailed Description

CMP - Register Layout Typedef.

Definition at line 376 of file MKL25Z4.h.


Field Documentation

__IO uint8_t CR0

CMP Control Register 0, offset: 0x0.

Definition at line 377 of file MKL25Z4.h.

__IO uint8_t CR1

CMP Control Register 1, offset: 0x1.

Definition at line 378 of file MKL25Z4.h.

__IO uint8_t DACCR

DAC Control Register, offset: 0x4.

Definition at line 381 of file MKL25Z4.h.

__IO uint8_t FPR

CMP Filter Period Register, offset: 0x2.

Definition at line 379 of file MKL25Z4.h.

__IO uint8_t MUXCR

MUX Control Register, offset: 0x5.

Definition at line 382 of file MKL25Z4.h.

__IO uint8_t SCR

CMP Status and Control Register, offset: 0x3.

Definition at line 380 of file MKL25Z4.h.