Freescale_Cachan / Mbed 2 deprecated Programme_course_base

Dependencies:   MMA8451Q mbed xbee_lib

Fork of Programme_course by Freescale_Cachan

Embed: (wiki syntax)

« Back to documentation index

LPTMR_MemMap Struct Reference

LPTMR_MemMap Struct Reference
[LPTMR]

LPTMR - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

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

Detailed Description

LPTMR - Peripheral register structure.

Definition at line 2371 of file MKL25Z4.h.


Field Documentation

uint32_t CMR

Low Power Timer Compare Register, offset: 0x8.

Definition at line 2374 of file MKL25Z4.h.

uint32_t CNR

Low Power Timer Counter Register, offset: 0xC.

Definition at line 2375 of file MKL25Z4.h.

uint32_t CSR

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

Definition at line 2372 of file MKL25Z4.h.

uint32_t PSR

Low Power Timer Prescale Register, offset: 0x4.

Definition at line 2373 of file MKL25Z4.h.