Enum avr_device::atmega4809::fuse::syscfg0::CRCSRC_A [−][src]
#[repr(u8)]
pub enum CRCSRC_A {
FLASH,
BOOT,
BOOTAPP,
NOCRC,
}Expand description
CRC Source
Value on reset: 0
Variants
0: The CRC is performed on the entire Flash (boot, application code and application data section).
1: The CRC is performed on the boot section of Flash
2: The CRC is performed on the boot and application code section of Flash
3: Disable CRC.