Expand description
Timer/Counter 3
Modules§
- bitmode
- Configure the number of bits used by the TIMER
- cc
- Description collection[n]: Capture/Compare register n
- events_
compare - Description collection[n]: Compare event on CC[n] match
- intenclr
- Disable interrupt
- intenset
- Enable interrupt
- mode
- Timer mode selection
- prescaler
- Timer prescaler register
- shorts
- Shortcut register
- tasks_
capture - Description collection[n]: Capture Timer value to CC[n] register
- tasks_
clear - Clear time
- tasks_
count - Increment Timer (Counter mode only)
- tasks_
shutdown - Deprecated register - Shut down timer
- tasks_
start - Start Timer
- tasks_
stop - Stop Timer
Structs§
- Register
Block - Register block
Type Aliases§
- BITMODE
- BITMODE (rw) register accessor: an alias for
Reg<BITMODE_SPEC>
- CC
- CC (rw) register accessor: an alias for
Reg<CC_SPEC>
- EVENTS_
COMPARE - EVENTS_COMPARE (rw) register accessor: an alias for
Reg<EVENTS_COMPARE_SPEC>
- INTENCLR
- INTENCLR (rw) register accessor: an alias for
Reg<INTENCLR_SPEC>
- INTENSET
- INTENSET (rw) register accessor: an alias for
Reg<INTENSET_SPEC>
- MODE
- MODE (rw) register accessor: an alias for
Reg<MODE_SPEC>
- PRESCALER
- PRESCALER (rw) register accessor: an alias for
Reg<PRESCALER_SPEC>
- SHORTS
- SHORTS (rw) register accessor: an alias for
Reg<SHORTS_SPEC>
- TASKS_
CAPTURE - TASKS_CAPTURE (w) register accessor: an alias for
Reg<TASKS_CAPTURE_SPEC>
- TASKS_
CLEAR - TASKS_CLEAR (w) register accessor: an alias for
Reg<TASKS_CLEAR_SPEC>
- TASKS_
COUNT - TASKS_COUNT (w) register accessor: an alias for
Reg<TASKS_COUNT_SPEC>
- TASKS_
SHUTDOWN - TASKS_SHUTDOWN (w) register accessor: an alias for
Reg<TASKS_SHUTDOWN_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>