[][src]Type Definition avr_device::atmega64::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 sm2(&mut self) -> SM2_W[src]

Bit 2 - Sleep Mode Select

pub fn sm(&mut self) -> SM_W[src]

Bits 3:4 - Sleep Mode Select

pub fn se(&mut self) -> SE_W[src]

Bit 5 - Sleep Enable

pub fn srw10(&mut self) -> SRW10_W[src]

Bit 6 - External SRAM Wait State Select

pub fn sre(&mut self) -> SRE_W[src]

Bit 7 - External SRAM Enable