pub type W = W<MCUCR_SPEC>;Expand description
Register MCUCR writer
Aliased Type§
struct W { /* private fields */ }Implementations§
Source§impl W
impl W
Sourcepub fn bodse(&mut self) -> BODSE_W<'_, MCUCR_SPEC>
pub fn bodse(&mut self) -> BODSE_W<'_, MCUCR_SPEC>
Bit 2 - BOD Sleep Enable (available on some devices)
Sourcepub fn sm(&mut self) -> SM_W<'_, MCUCR_SPEC>
pub fn sm(&mut self) -> SM_W<'_, MCUCR_SPEC>
Bits 3:4 - Sleep Mode Select Bits
Sourcepub fn se(&mut self) -> SE_W<'_, MCUCR_SPEC>
pub fn se(&mut self) -> SE_W<'_, MCUCR_SPEC>
Bit 5 - Sleep Enable
Sourcepub fn pud(&mut self) -> PUD_W<'_, MCUCR_SPEC>
pub fn pud(&mut self) -> PUD_W<'_, MCUCR_SPEC>
Bit 6 - Pull-up Disable
Sourcepub fn bods(&mut self) -> BODS_W<'_, MCUCR_SPEC>
pub fn bods(&mut self) -> BODS_W<'_, MCUCR_SPEC>
Bit 7 - BOD Sleep (available on some devices)