Struct avr_device::atmega2560::fuse::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub low: LOW,
pub high: HIGH,
pub extended: EXTENDED,
}Expand description
Register block
Fields§
§low: LOW0x00 - No Description.
high: HIGH0x01 - No Description.
extended: EXTENDED0x02 - No Description.