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

LPTMR_Type Struct Reference

LPTMR_Type Struct Reference
[LPTMR Peripheral Access Layer]

LPTMR - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

__IO uint32_t CSR
 Low Power Timer Control Status Register, offset: 0x0.
__IO uint32_t PSR
 Low Power Timer Prescale Register, offset: 0x4.
__IO uint32_t CMR
 Low Power Timer Compare Register, offset: 0x8.
__I uint32_t CNR
 Low Power Timer Counter Register, offset: 0xC.

Detailed Description

LPTMR - Register Layout Typedef.

Definition at line 1436 of file MKL25Z4.h.


Field Documentation

__IO uint32_t CMR

Low Power Timer Compare Register, offset: 0x8.

Definition at line 1439 of file MKL25Z4.h.

__I uint32_t CNR

Low Power Timer Counter Register, offset: 0xC.

Definition at line 1440 of file MKL25Z4.h.

__IO uint32_t CSR

Low Power Timer Control Status Register, offset: 0x0.

Definition at line 1437 of file MKL25Z4.h.

__IO uint32_t PSR

Low Power Timer Prescale Register, offset: 0x4.

Definition at line 1438 of file MKL25Z4.h.