Module avr_device::atmega32u4::jtag
source · Expand description
JTAG Interface
Modules§
- MCU Control Register
- MCU Status Register
- On-Chip Debug Related Register in I/O Memory
Structs§
- Register block
Type Aliases§
- MCUCR (rw) register accessor: an alias for
Reg<MCUCR_SPEC>
- MCUSR (rw) register accessor: an alias for
Reg<MCUSR_SPEC>
- OCDR (rw) register accessor: an alias for
Reg<OCDR_SPEC>