pub struct R(_);
Expand description

Register EM23PERNORETAINSTATUS reader

Implementations§

source§

impl R

source

pub fn acmp0locked(&self) -> ACMP0LOCKED_R

Bit 0 - Indicates If ACMP0 Powered Down During EM23

source

pub fn acmp1locked(&self) -> ACMP1LOCKED_R

Bit 1 - Indicates If ACMP1 Powered Down During EM23

source

pub fn pcnt0locked(&self) -> PCNT0LOCKED_R

Bit 2 - Indicates If PCNT0 Powered Down During EM23

source

pub fn pcnt1locked(&self) -> PCNT1LOCKED_R

Bit 3 - Indicates If PCNT1 Powered Down During EM23

source

pub fn pcnt2locked(&self) -> PCNT2LOCKED_R

Bit 4 - Indicates If PCNT2 Powered Down During EM23

source

pub fn i2c0locked(&self) -> I2C0LOCKED_R

Bit 5 - Indicates If I2C0 Powered Down During EM23

source

pub fn i2c1locked(&self) -> I2C1LOCKED_R

Bit 6 - Indicates If I2C1 Powered Down During EM23

source

pub fn dac0locked(&self) -> DAC0LOCKED_R

Bit 7 - Indicates If DAC0 Powered Down During EM23

source

pub fn idac0locked(&self) -> IDAC0LOCKED_R

Bit 8 - Indicates If IDAC0 Powered Down During EM23

source

pub fn adc0locked(&self) -> ADC0LOCKED_R

Bit 9 - Indicates If ADC0 Powered Down During EM23

source

pub fn letimer0locked(&self) -> LETIMER0LOCKED_R

Bit 10 - Indicates If LETIMER0 Powered Down During EM23

source

pub fn wdog0locked(&self) -> WDOG0LOCKED_R

Bit 11 - Indicates If WDOG0 Powered Down During EM23

source

pub fn wdog1locked(&self) -> WDOG1LOCKED_R

Bit 12 - Indicates If WDOG1 Powered Down During EM23

source

pub fn lesense0locked(&self) -> LESENSE0LOCKED_R

Bit 13 - Indicates If LESENSE0 Powered Down During EM23

source

pub fn csenlocked(&self) -> CSENLOCKED_R

Bit 14 - Indicates If CSEN Powered Down During EM23

source

pub fn leuart0locked(&self) -> LEUART0LOCKED_R

Bit 15 - Indicates If LEUART0 Powered Down During EM23

source

pub fn leuart1locked(&self) -> LEUART1LOCKED_R

Bit 16 - Indicates If LEUART1 Powered Down During EM23

source

pub fn lcdlocked(&self) -> LCDLOCKED_R

Bit 17 - Indicates If LCD Powered Down During EM23

source

pub fn letimer1locked(&self) -> LETIMER1LOCKED_R

Bit 18 - Indicates If LETIMER1 Powered Down During EM23

source

pub fn i2c2locked(&self) -> I2C2LOCKED_R

Bit 19 - Indicates If I2C2 Powered Down During EM23

source

pub fn adc1locked(&self) -> ADC1LOCKED_R

Bit 20 - Indicates If ADC1 Powered Down During EM23

source

pub fn acmp2locked(&self) -> ACMP2LOCKED_R

Bit 21 - Indicates If ACMP2 Powered Down During EM23

source

pub fn acmp3locked(&self) -> ACMP3LOCKED_R

Bit 22 - Indicates If ACMP3 Powered Down During EM23

source

pub fn rtclocked(&self) -> RTCLOCKED_R

Bit 23 - Indicates If RTC Powered Down During EM23

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<EM23PERNORETAINSTATUS_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<EM23PERNORETAINSTATUS_SPEC>> for R

source§

fn from(reader: R<EM23PERNORETAINSTATUS_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.