[][src]Module cc2650::aon_rtc

This component control the Real Time Clock residing in AON Note: This module is only supporting 32 bit ReadWrite access.

Modules

ch0cmp

Channel 0 Compare Value

ch1cmp

Channel 1 Compare Value

ch1capt

Channel 1 Capture Value If CHCTL.CH1_EN = 1and CHCTL.CH1_CAPT_EN = 1, capture occurs on each rising edge of the event selected in AON_EVENT:RTCSEL.

ch2cmp

Channel 2 Compare Value

ch2cmpinc

Channel 2 Compare Value Auto-increment This register is primarily used to generate periodical wake-up for the AUX_SCE module, through the [AUX_EVCTL.EVSTAT0.AON_RTC] event.

chctl

Channel Configuration

ctl

Control This register contains various bitfields for configuration of RTC

evflags

Event Flags, RTC Status This register contains event flags from the 3 RTC channels. Each flag will be cleared when writing a '1' to the corresponding bitfield.

sec

Second Counter Value, Integer Part

subsec

Second Counter Value, Fractional Part

subsecinc

Subseconds Increment Value added to SUBSEC.VALUE on every SCLK_LFclock cycle.

sync

AON Synchronization This register is used for synchronizing between MCU and entire AON domain.

Structs

CH0CMP

Channel 0 Compare Value

CH1CMP

Channel 1 Compare Value

CH1CAPT

Channel 1 Capture Value If CHCTL.CH1_EN = 1and CHCTL.CH1_CAPT_EN = 1, capture occurs on each rising edge of the event selected in AON_EVENT:RTCSEL.

CH2CMP

Channel 2 Compare Value

CH2CMPINC

Channel 2 Compare Value Auto-increment This register is primarily used to generate periodical wake-up for the AUX_SCE module, through the [AUX_EVCTL.EVSTAT0.AON_RTC] event.

CHCTL

Channel Configuration

CTL

Control This register contains various bitfields for configuration of RTC

EVFLAGS

Event Flags, RTC Status This register contains event flags from the 3 RTC channels. Each flag will be cleared when writing a '1' to the corresponding bitfield.

RegisterBlock

Register block

SEC

Second Counter Value, Integer Part

SUBSEC

Second Counter Value, Fractional Part

SUBSECINC

Subseconds Increment Value added to SUBSEC.VALUE on every SCLK_LFclock cycle.

SYNC

AON Synchronization This register is used for synchronizing between MCU and entire AON domain.