[][src]Type Definition avr_device::atmega2560::cpu::mcucr::W

type W = W<u8, MCUCR>;

Writer for register MCUCR

Implementations

impl W[src]

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

Bit 0 - Interrupt Vector Change Enable

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

Bit 1 - Interrupt Vector Select

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

Bit 4 - Pull-up disable

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

Bit 7 - JTAG Interface Disable