Emilio Monti / mbed-KL25Z

Dependents:   FRDM_RGBLED

Embed: (wiki syntax)

« Back to documentation index

RTC_Type Struct Reference

RTC_Type Struct Reference
[RTC Peripheral Access Layer]

RTC - Register Layout Typedef. More...

#include <MKL25Z4.h>

Data Fields

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

Detailed Description

RTC - Register Layout Typedef.

Definition at line 2624 of file MKL25Z4.h.


Field Documentation

__IO uint32_t CR

RTC Control Register, offset: 0x10.

Definition at line 2629 of file MKL25Z4.h.

__IO uint32_t IER

RTC Interrupt Enable Register, offset: 0x1C.

Definition at line 2632 of file MKL25Z4.h.

__IO uint32_t LR

RTC Lock Register, offset: 0x18.

Definition at line 2631 of file MKL25Z4.h.

__IO uint32_t SR

RTC Status Register, offset: 0x14.

Definition at line 2630 of file MKL25Z4.h.

__IO uint32_t TAR

RTC Time Alarm Register, offset: 0x8.

Definition at line 2627 of file MKL25Z4.h.

__IO uint32_t TCR

RTC Time Compensation Register, offset: 0xC.

Definition at line 2628 of file MKL25Z4.h.

__IO uint32_t TPR

RTC Time Prescaler Register, offset: 0x4.

Definition at line 2626 of file MKL25Z4.h.

__IO uint32_t TSR

RTC Time Seconds Register, offset: 0x0.

Definition at line 2625 of file MKL25Z4.h.