[][src]Type Definition avr_device::atmega32u4::cpu::mcucr::R

type R = R<u8, MCUCR>;

Reader of register MCUCR

Implementations

impl R[src]

pub fn ivce(&self) -> IVCE_R[src]

Bit 0 - Interrupt Vector Change Enable

pub fn ivsel(&self) -> IVSEL_R[src]

Bit 1 - Interrupt Vector Select

pub fn pud(&self) -> PUD_R[src]

Bit 4 - Pull-up disable

pub fn jtd(&self) -> JTD_R[src]

Bit 7 - JTAG Interface Disable