pub struct R(_);
Expand description

Register IF reader

Implementations§

source§

impl R

source

pub fn vmonavddfall(&self) -> VMONAVDDFALL_R

Bit 0 - VMON AVDD Channel Fall

source

pub fn vmonavddrise(&self) -> VMONAVDDRISE_R

Bit 1 - VMON AVDD Channel Rise

source

pub fn vmonaltavddfall(&self) -> VMONALTAVDDFALL_R

Bit 2 - Alternate VMON AVDD Channel Fall

source

pub fn vmonaltavddrise(&self) -> VMONALTAVDDRISE_R

Bit 3 - Alternate VMON AVDD Channel Rise

source

pub fn vmondvddfall(&self) -> VMONDVDDFALL_R

Bit 4 - VMON DVDD Channel Fall

source

pub fn vmondvddrise(&self) -> VMONDVDDRISE_R

Bit 5 - VMON DVDD Channel Rise

source

pub fn vmonio0fall(&self) -> VMONIO0FALL_R

Bit 6 - VMON IOVDD0 Channel Fall

source

pub fn vmonio0rise(&self) -> VMONIO0RISE_R

Bit 7 - VMON IOVDD0 Channel Rise

source

pub fn vmonio1fall(&self) -> VMONIO1FALL_R

Bit 8 - VMON IOVDD1 Channel Fall

source

pub fn vmonio1rise(&self) -> VMONIO1RISE_R

Bit 9 - VMON IOVDD1 Channel Rise

source

pub fn r5vready(&self) -> R5VREADY_R

Bit 10 - 5V Regulator is Ready to Use

source

pub fn vmonbuvddfall(&self) -> VMONBUVDDFALL_R

Bit 12 - VMON BACKUP Channel Fall

source

pub fn vmonbuvddrise(&self) -> VMONBUVDDRISE_R

Bit 13 - VMON BUVDD Channel Rise

source

pub fn pfetovercurrentlimit(&self) -> PFETOVERCURRENTLIMIT_R

Bit 16 - PFET Current Limit Hit

source

pub fn nfetovercurrentlimit(&self) -> NFETOVERCURRENTLIMIT_R

Bit 17 - NFET Current Limit Hit

source

pub fn dcdclprunning(&self) -> DCDCLPRUNNING_R

Bit 18 - LP Mode is Running

source

pub fn dcdclnrunning(&self) -> DCDCLNRUNNING_R

Bit 19 - LN Mode is Running

source

pub fn dcdcinbypass(&self) -> DCDCINBYPASS_R

Bit 20 - DCDC is in Bypass

source

pub fn burdy(&self) -> BURDY_R

Bit 22 - Backup Functionality Ready Interrupt Flag

source

pub fn r5vvsint(&self) -> R5VVSINT_R

Bit 23 - 5V Regulator Voltage Update Done

source

pub fn em23wakeup(&self) -> EM23WAKEUP_R

Bit 24 - Wakeup IRQ From EM2 and EM3

source

pub fn vscaledone(&self) -> VSCALEDONE_R

Bit 25 - Voltage Scale Steps Done IRQ

source

pub fn temp(&self) -> TEMP_R

Bit 29 - New Temperature Measurement Valid

source

pub fn templow(&self) -> TEMPLOW_R

Bit 30 - Temperature Low Limit Reached

source

pub fn temphigh(&self) -> TEMPHIGH_R

Bit 31 - Temperature High Limit Reached

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<IF_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<IF_SPEC>> for R

source§

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