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§
- Register
Block - 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>