Module nrf52811_pac::rtc0[][src]

Expand description

Real time counter 0

Modules

Description collection: Compare register n

Current COUNTER value

Description collection: Compare event on CC[n] match

Event on COUNTER overflow

Event on COUNTER increment

Enable or disable event routing

Disable event routing

Enable event routing

Disable interrupt

Enable interrupt

12 bit prescaler for COUNTER frequency (32768/(PRESCALER+1)).Must be written when RTC is stopped

Clear RTC COUNTER

Start RTC COUNTER

Stop RTC COUNTER

Set COUNTER to 0xFFFFF0

Structs

Register block

Type Definitions

CC register accessor: an alias for Reg<CC_SPEC>

COUNTER register accessor: an alias for Reg<COUNTER_SPEC>

EVENTS_COMPARE register accessor: an alias for Reg<EVENTS_COMPARE_SPEC>

EVENTS_OVRFLW register accessor: an alias for Reg<EVENTS_OVRFLW_SPEC>

EVENTS_TICK register accessor: an alias for Reg<EVENTS_TICK_SPEC>

EVTEN register accessor: an alias for Reg<EVTEN_SPEC>

EVTENCLR register accessor: an alias for Reg<EVTENCLR_SPEC>

EVTENSET register accessor: an alias for Reg<EVTENSET_SPEC>

INTENCLR register accessor: an alias for Reg<INTENCLR_SPEC>

INTENSET register accessor: an alias for Reg<INTENSET_SPEC>

PRESCALER register accessor: an alias for Reg<PRESCALER_SPEC>

TASKS_CLEAR register accessor: an alias for Reg<TASKS_CLEAR_SPEC>

TASKS_START register accessor: an alias for Reg<TASKS_START_SPEC>

TASKS_STOP register accessor: an alias for Reg<TASKS_STOP_SPEC>

TASKS_TRIGOVRFLW register accessor: an alias for Reg<TASKS_TRIGOVRFLW_SPEC>