Module rtc0

Source
Expand description

Real time counter 0

Modules§

cc
Description collection[n]: Compare register n
counter
Current COUNTER value
events_compare
Description collection[n]: Compare event on CC[n] match
events_ovrflw
Event on COUNTER overflow
events_tick
Event on COUNTER increment
evten
Enable or disable event routing
evtenclr
Disable event routing
evtenset
Enable event routing
intenclr
Disable interrupt
intenset
Enable interrupt
prescaler
12 bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).Must be written when RTC is stopped
tasks_clear
Clear RTC COUNTER
tasks_start
Start RTC COUNTER
tasks_stop
Stop RTC COUNTER
tasks_trigovrflw
Set COUNTER to 0xFFFFF0

Structs§

RegisterBlock
Register block

Type Aliases§

CC
CC (rw) register accessor: an alias for Reg<CC_SPEC>
COUNTER
COUNTER (r) register accessor: an alias for Reg<COUNTER_SPEC>
EVENTS_COMPARE
EVENTS_COMPARE (rw) register accessor: an alias for Reg<EVENTS_COMPARE_SPEC>
EVENTS_OVRFLW
EVENTS_OVRFLW (rw) register accessor: an alias for Reg<EVENTS_OVRFLW_SPEC>
EVENTS_TICK
EVENTS_TICK (rw) register accessor: an alias for Reg<EVENTS_TICK_SPEC>
EVTEN
EVTEN (rw) register accessor: an alias for Reg<EVTEN_SPEC>
EVTENCLR
EVTENCLR (rw) register accessor: an alias for Reg<EVTENCLR_SPEC>
EVTENSET
EVTENSET (rw) register accessor: an alias for Reg<EVTENSET_SPEC>
INTENCLR
INTENCLR (rw) register accessor: an alias for Reg<INTENCLR_SPEC>
INTENSET
INTENSET (rw) register accessor: an alias for Reg<INTENSET_SPEC>
PRESCALER
PRESCALER (rw) register accessor: an alias for Reg<PRESCALER_SPEC>
TASKS_CLEAR
TASKS_CLEAR (w) register accessor: an alias for Reg<TASKS_CLEAR_SPEC>
TASKS_START
TASKS_START (w) register accessor: an alias for Reg<TASKS_START_SPEC>
TASKS_STOP
TASKS_STOP (w) register accessor: an alias for Reg<TASKS_STOP_SPEC>
TASKS_TRIGOVRFLW
TASKS_TRIGOVRFLW (w) register accessor: an alias for Reg<TASKS_TRIGOVRFLW_SPEC>