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

RTC_MemMap Struct Reference

RTC_MemMap Struct Reference
[RTC]

RTC - Peripheral register structure. More...

#include <MKL25Z4.h>

Data Fields

uint32_t TSR
 RTC Time Seconds Register, offset: 0x0.
uint32_t TPR
 RTC Time Prescaler Register, offset: 0x4.
uint32_t TAR
 RTC Time Alarm Register, offset: 0x8.
uint32_t TCR
 RTC Time Compensation Register, offset: 0xC.
uint32_t CR
 RTC Control Register, offset: 0x10.
uint32_t SR
 RTC Status Register, offset: 0x14.
uint32_t LR
 RTC Lock Register, offset: 0x18.
uint32_t IER
 RTC Interrupt Enable Register, offset: 0x1C.

Detailed Description

RTC - Peripheral register structure.

Definition at line 4580 of file MKL25Z4.h.


Field Documentation

uint32_t CR

RTC Control Register, offset: 0x10.

Definition at line 4585 of file MKL25Z4.h.

uint32_t IER

RTC Interrupt Enable Register, offset: 0x1C.

Definition at line 4588 of file MKL25Z4.h.

uint32_t LR

RTC Lock Register, offset: 0x18.

Definition at line 4587 of file MKL25Z4.h.

uint32_t SR

RTC Status Register, offset: 0x14.

Definition at line 4586 of file MKL25Z4.h.

uint32_t TAR

RTC Time Alarm Register, offset: 0x8.

Definition at line 4583 of file MKL25Z4.h.

uint32_t TCR

RTC Time Compensation Register, offset: 0xC.

Definition at line 4584 of file MKL25Z4.h.

uint32_t TPR

RTC Time Prescaler Register, offset: 0x4.

Definition at line 4582 of file MKL25Z4.h.

uint32_t TSR

RTC Time Seconds Register, offset: 0x0.

Definition at line 4581 of file MKL25Z4.h.