pub struct R(_);
Expand description

Register EM23PERNORETAINCTRL reader

Implementations§

source§

impl R

source

pub fn acmp0dis(&self) -> ACMP0DIS_R

Bit 0 - Allow Power Down of ACMP0 During EM23

source

pub fn acmp1dis(&self) -> ACMP1DIS_R

Bit 1 - Allow Power Down of ACMP1 During EM23

source

pub fn pcnt0dis(&self) -> PCNT0DIS_R

Bit 2 - Allow Power Down of PCNT0 During EM23

source

pub fn pcnt1dis(&self) -> PCNT1DIS_R

Bit 3 - Allow Power Down of PCNT1 During EM23

source

pub fn pcnt2dis(&self) -> PCNT2DIS_R

Bit 4 - Allow Power Down of PCNT2 During EM23

source

pub fn i2c0dis(&self) -> I2C0DIS_R

Bit 5 - Allow Power Down of I2C0 During EM23

source

pub fn i2c1dis(&self) -> I2C1DIS_R

Bit 6 - Allow Power Down of I2C1 During EM23

source

pub fn vdac0dis(&self) -> VDAC0DIS_R

Bit 7 - Allow Power Down of DAC0 During EM23

source

pub fn idac0dis(&self) -> IDAC0DIS_R

Bit 8 - Allow Power Down of IDAC0 During EM23

source

pub fn adc0dis(&self) -> ADC0DIS_R

Bit 9 - Allow Power Down of ADC0 During EM23

source

pub fn letimer0dis(&self) -> LETIMER0DIS_R

Bit 10 - Allow Power Down of LETIMER0 During EM23

source

pub fn wdog0dis(&self) -> WDOG0DIS_R

Bit 11 - Allow Power Down of WDOG0 During EM23

source

pub fn wdog1dis(&self) -> WDOG1DIS_R

Bit 12 - Allow Power Down of WDOG1 During EM23

source

pub fn lesense0dis(&self) -> LESENSE0DIS_R

Bit 13 - Allow Power Down of LESENSE0 During EM23

source

pub fn csendis(&self) -> CSENDIS_R

Bit 14 - Allow Power Down of CSEN During EM23

source

pub fn leuart0dis(&self) -> LEUART0DIS_R

Bit 15 - Allow Power Down of LEUART0 During EM23

source

pub fn leuart1dis(&self) -> LEUART1DIS_R

Bit 16 - Allow Power Down of LEUART1 During EM23

source

pub fn lcddis(&self) -> LCDDIS_R

Bit 17 - Allow Power Down of LCD During EM23

source

pub fn letimer1dis(&self) -> LETIMER1DIS_R

Bit 18 - Allow Power Down of LETIMER1 During EM23

source

pub fn i2c2dis(&self) -> I2C2DIS_R

Bit 19 - Allow Power Down of I2C2 During EM23

source

pub fn adc1dis(&self) -> ADC1DIS_R

Bit 20 - Allow Power Down of ADC1 During EM23

source

pub fn acmp2dis(&self) -> ACMP2DIS_R

Bit 21 - Allow Power Down of ACMP2 During EM23

source

pub fn acmp3dis(&self) -> ACMP3DIS_R

Bit 22 - Allow Power Down of ACMP3 During EM23

source

pub fn rtcdis(&self) -> RTCDIS_R

Bit 23 - Allow Power Down of RTC During EM23

Methods from Deref<Target = R<EM23PERNORETAINCTRL_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<EM23PERNORETAINCTRL_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<EM23PERNORETAINCTRL_SPEC>> for R

source§

fn from(reader: R<EM23PERNORETAINCTRL_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.