Module avr_device::atmega4809::tcb0
source · Expand description
16-bit Timer Type B
Modules§
- Compare or Capture
- Count
- Control A
- Control Register B
- Debug Control
- Event Control
- Interrupt Control
- Interrupt Flags
- Status
- Temporary Value
Structs§
- Register block
Type Aliases§
- CCMP (rw) register accessor: an alias for
Reg<CCMP_SPEC> - CNT (rw) register accessor: an alias for
Reg<CNT_SPEC> - CTRLA (rw) register accessor: an alias for
Reg<CTRLA_SPEC> - CTRLB (rw) register accessor: an alias for
Reg<CTRLB_SPEC> - DBGCTRL (rw) register accessor: an alias for
Reg<DBGCTRL_SPEC> - EVCTRL (rw) register accessor: an alias for
Reg<EVCTRL_SPEC> - INTCTRL (rw) register accessor: an alias for
Reg<INTCTRL_SPEC> - INTFLAGS (rw) register accessor: an alias for
Reg<INTFLAGS_SPEC> - STATUS (r) register accessor: an alias for
Reg<STATUS_SPEC> - TEMP (rw) register accessor: an alias for
Reg<TEMP_SPEC>