Module timer3

Source
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§

RegisterBlock
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>