[][src]Struct efm32gg11b820::emu::em23pernoretainctrl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn acmp0dis(&mut self) -> _ACMP0DISW[src]

Bit 0 - Allow Power Down of ACMP0 During EM23

pub fn acmp1dis(&mut self) -> _ACMP1DISW[src]

Bit 1 - Allow Power Down of ACMP1 During EM23

pub fn pcnt0dis(&mut self) -> _PCNT0DISW[src]

Bit 2 - Allow Power Down of PCNT0 During EM23

pub fn pcnt1dis(&mut self) -> _PCNT1DISW[src]

Bit 3 - Allow Power Down of PCNT1 During EM23

pub fn pcnt2dis(&mut self) -> _PCNT2DISW[src]

Bit 4 - Allow Power Down of PCNT2 During EM23

pub fn i2c0dis(&mut self) -> _I2C0DISW[src]

Bit 5 - Allow Power Down of I2C0 During EM23

pub fn i2c1dis(&mut self) -> _I2C1DISW[src]

Bit 6 - Allow Power Down of I2C1 During EM23

pub fn vdac0dis(&mut self) -> _VDAC0DISW[src]

Bit 7 - Allow Power Down of DAC0 During EM23

pub fn idac0dis(&mut self) -> _IDAC0DISW[src]

Bit 8 - Allow Power Down of IDAC0 During EM23

pub fn adc0dis(&mut self) -> _ADC0DISW[src]

Bit 9 - Allow Power Down of ADC0 During EM23

pub fn letimer0dis(&mut self) -> _LETIMER0DISW[src]

Bit 10 - Allow Power Down of LETIMER0 During EM23

pub fn wdog0dis(&mut self) -> _WDOG0DISW[src]

Bit 11 - Allow Power Down of WDOG0 During EM23

pub fn wdog1dis(&mut self) -> _WDOG1DISW[src]

Bit 12 - Allow Power Down of WDOG1 During EM23

pub fn lesense0dis(&mut self) -> _LESENSE0DISW[src]

Bit 13 - Allow Power Down of LESENSE0 During EM23

pub fn csendis(&mut self) -> _CSENDISW[src]

Bit 14 - Allow Power Down of CSEN During EM23

pub fn leuart0dis(&mut self) -> _LEUART0DISW[src]

Bit 15 - Allow Power Down of LEUART0 During EM23

pub fn leuart1dis(&mut self) -> _LEUART1DISW[src]

Bit 16 - Allow Power Down of LEUART1 During EM23

pub fn lcddis(&mut self) -> _LCDDISW[src]

Bit 17 - Allow Power Down of LCD During EM23

pub fn letimer1dis(&mut self) -> _LETIMER1DISW[src]

Bit 18 - Allow Power Down of LETIMER1 During EM23

pub fn i2c2dis(&mut self) -> _I2C2DISW[src]

Bit 19 - Allow Power Down of I2C2 During EM23

pub fn adc1dis(&mut self) -> _ADC1DISW[src]

Bit 20 - Allow Power Down of ADC1 During EM23

pub fn acmp2dis(&mut self) -> _ACMP2DISW[src]

Bit 21 - Allow Power Down of ACMP2 During EM23

pub fn acmp3dis(&mut self) -> _ACMP3DISW[src]

Bit 22 - Allow Power Down of ACMP3 During EM23

pub fn rtcdis(&mut self) -> _RTCDISW[src]

Bit 23 - Allow Power Down of RTC During EM23

pub fn usbdis(&mut self) -> _USBDISW[src]

Bit 24 - Allow Power Down of USB During EM23

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self