Module nrf52840_pac::timer3
source · Expand description
Timer/Counter 3
Modules§
- Configure the number of bits used by the TIMER
- Description collection[n]: Capture/Compare register n
- Description collection[n]: Compare event on CC[n] match
- Disable interrupt
- Enable interrupt
- Timer mode selection
- Timer prescaler register
- Shortcut register
- Description collection[n]: Capture Timer value to CC[n] register
- Clear time
- Increment Timer (Counter mode only)
- Deprecated register - Shut down timer
- Start Timer
- Stop Timer
Structs§
- Register block
Type Aliases§
- BITMODE (rw) register accessor: an alias for
Reg<BITMODE_SPEC>
- CC (rw) register accessor: an alias for
Reg<CC_SPEC>
- EVENTS_COMPARE (rw) register accessor: an alias for
Reg<EVENTS_COMPARE_SPEC>
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- MODE (rw) register accessor: an alias for
Reg<MODE_SPEC>
- PRESCALER (rw) register accessor: an alias for
Reg<PRESCALER_SPEC>
- SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC>
- TASKS_CAPTURE (w) register accessor: an alias for
Reg<TASKS_CAPTURE_SPEC>
- TASKS_CLEAR (w) register accessor: an alias for
Reg<TASKS_CLEAR_SPEC>
- TASKS_COUNT (w) register accessor: an alias for
Reg<TASKS_COUNT_SPEC>
- TASKS_SHUTDOWN (w) register accessor: an alias for
Reg<TASKS_SHUTDOWN_SPEC>
- TASKS_START (w) register accessor: an alias for
Reg<TASKS_START_SPEC>
- TASKS_STOP (w) register accessor: an alias for
Reg<TASKS_STOP_SPEC>