Struct atmega_hal::pac::fuse::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub low: Reg<LOW_SPEC>,
pub high: Reg<HIGH_SPEC>,
pub extended: Reg<EXTENDED_SPEC>,
}Expand description
Register block
Fields§
§low: Reg<LOW_SPEC>0x00 - No Description.
high: Reg<HIGH_SPEC>0x01 - No Description.
extended: Reg<EXTENDED_SPEC>0x02 - No Description.