Type Alias R

Source
pub type R = R<MCUCR_SPEC>;
Expand description

Register MCUCR reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn bodse(&self) -> BODSE_R

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

Source

pub fn sm(&self) -> SM_R

Bits 3:4 - Sleep Mode Select Bits

Source

pub fn se(&self) -> SE_R

Bit 5 - Sleep Enable

Source

pub fn pud(&self) -> PUD_R

Bit 6 - Pull-up Disable

Source

pub fn bods(&self) -> BODS_R

Bit 7 - BOD Sleep (available on some devices)