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

type R = R<u8, MCUCR>;

Reader of register MCUCR

Implementations

impl R[src]

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

Bits 3:4 - Sleep Mode Select Bits

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

Bit 5 - Sleep Enable

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

Bit 6 - Pull-up Disable

pub fn bods(&self) -> BODS_R[src]

Bit 7 - BOD Sleep (available on some devices)

pub fn bodse(&self) -> BODSE_R[src]

Bit 2 - BOD Sleep Enable (available on some devices)