Struct atmega_hal::pac::jtag::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub ocdr: Reg<OCDR_SPEC>,
pub mcusr: Reg<MCUSR_SPEC>,
pub mcucr: Reg<MCUCR_SPEC>,
/* private fields */
}Expand description
Register block
Fields§
§ocdr: Reg<OCDR_SPEC>0x00 - On-Chip Debug Related Register in I/O Memory
mcusr: Reg<MCUSR_SPEC>0x03 - MCU Status Register
mcucr: Reg<MCUCR_SPEC>0x04 - MCU Control Register