[][src]Type Definition avr_device::atmega64::fuse::high::R

type R = R<u8, HIGH>;

Reader of register HIGH

Implementations

impl R[src]

pub fn bootrst(&self) -> BOOTRST_R[src]

Bit 0 - Boot Reset vector Enabled

pub fn bootsz(&self) -> BOOTSZ_R[src]

Bits 1:2 - Select Boot Size

pub fn eesave(&self) -> EESAVE_R[src]

Bit 3 - Preserve EEPROM through the Chip Erase cycle

pub fn ckopt(&self) -> CKOPT_R[src]

Bit 4 - CKOPT fuse (operation dependent of CKSEL fuses)

pub fn spien(&self) -> SPIEN_R[src]

Bit 5 - Serial program downloading (SPI) enabled

pub fn jtagen(&self) -> JTAGEN_R[src]

Bit 6 - JTAG Interface Enabled

pub fn ocden(&self) -> OCDEN_R[src]

Bit 7 - On-Chip Debug Enabled