Struct atsam4s2a_pac::supc::wuir::R

source ·
pub struct R(_);
Expand description

Register WUIR reader

Implementations§

source§

impl R

source

pub fn wkupen0(&self) -> WKUPEN0_R

Bit 0 - Wake-up Input Enable 0

source

pub fn wkupen1(&self) -> WKUPEN1_R

Bit 1 - Wake-up Input Enable 1

source

pub fn wkupen2(&self) -> WKUPEN2_R

Bit 2 - Wake-up Input Enable 2

source

pub fn wkupen3(&self) -> WKUPEN3_R

Bit 3 - Wake-up Input Enable 3

source

pub fn wkupen4(&self) -> WKUPEN4_R

Bit 4 - Wake-up Input Enable 4

source

pub fn wkupen5(&self) -> WKUPEN5_R

Bit 5 - Wake-up Input Enable 5

source

pub fn wkupen6(&self) -> WKUPEN6_R

Bit 6 - Wake-up Input Enable 6

source

pub fn wkupen7(&self) -> WKUPEN7_R

Bit 7 - Wake-up Input Enable 7

source

pub fn wkupen8(&self) -> WKUPEN8_R

Bit 8 - Wake-up Input Enable 8

source

pub fn wkupen9(&self) -> WKUPEN9_R

Bit 9 - Wake-up Input Enable 9

source

pub fn wkupen10(&self) -> WKUPEN10_R

Bit 10 - Wake-up Input Enable 10

source

pub fn wkupen11(&self) -> WKUPEN11_R

Bit 11 - Wake-up Input Enable 11

source

pub fn wkupen12(&self) -> WKUPEN12_R

Bit 12 - Wake-up Input Enable 12

source

pub fn wkupen13(&self) -> WKUPEN13_R

Bit 13 - Wake-up Input Enable 13

source

pub fn wkupen14(&self) -> WKUPEN14_R

Bit 14 - Wake-up Input Enable 14

source

pub fn wkupen15(&self) -> WKUPEN15_R

Bit 15 - Wake-up Input Enable 15

source

pub fn wkupt0(&self) -> WKUPT0_R

Bit 16 - Wake-up Input Type 0

source

pub fn wkupt1(&self) -> WKUPT1_R

Bit 17 - Wake-up Input Type 1

source

pub fn wkupt2(&self) -> WKUPT2_R

Bit 18 - Wake-up Input Type 2

source

pub fn wkupt3(&self) -> WKUPT3_R

Bit 19 - Wake-up Input Type 3

source

pub fn wkupt4(&self) -> WKUPT4_R

Bit 20 - Wake-up Input Type 4

source

pub fn wkupt5(&self) -> WKUPT5_R

Bit 21 - Wake-up Input Type 5

source

pub fn wkupt6(&self) -> WKUPT6_R

Bit 22 - Wake-up Input Type 6

source

pub fn wkupt7(&self) -> WKUPT7_R

Bit 23 - Wake-up Input Type 7

source

pub fn wkupt8(&self) -> WKUPT8_R

Bit 24 - Wake-up Input Type 8

source

pub fn wkupt9(&self) -> WKUPT9_R

Bit 25 - Wake-up Input Type 9

source

pub fn wkupt10(&self) -> WKUPT10_R

Bit 26 - Wake-up Input Type 10

source

pub fn wkupt11(&self) -> WKUPT11_R

Bit 27 - Wake-up Input Type 11

source

pub fn wkupt12(&self) -> WKUPT12_R

Bit 28 - Wake-up Input Type 12

source

pub fn wkupt13(&self) -> WKUPT13_R

Bit 29 - Wake-up Input Type 13

source

pub fn wkupt14(&self) -> WKUPT14_R

Bit 30 - Wake-up Input Type 14

source

pub fn wkupt15(&self) -> WKUPT15_R

Bit 31 - Wake-up Input Type 15

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<WUIR_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<WUIR_SPEC>> for R

source§

fn from(reader: R<WUIR_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,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

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.
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.
source§

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

Performs the conversion.