[][src]Struct sam3x8e::supc::wuir::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn wkupen0(&self) -> WKUPEN0R[src]

Bit 0 - Wake-up Input Enable 0

pub fn wkupen1(&self) -> WKUPEN1R[src]

Bit 1 - Wake-up Input Enable 1

pub fn wkupen2(&self) -> WKUPEN2R[src]

Bit 2 - Wake-up Input Enable 2

pub fn wkupen3(&self) -> WKUPEN3R[src]

Bit 3 - Wake-up Input Enable 3

pub fn wkupen4(&self) -> WKUPEN4R[src]

Bit 4 - Wake-up Input Enable 4

pub fn wkupen5(&self) -> WKUPEN5R[src]

Bit 5 - Wake-up Input Enable 5

pub fn wkupen6(&self) -> WKUPEN6R[src]

Bit 6 - Wake-up Input Enable 6

pub fn wkupen7(&self) -> WKUPEN7R[src]

Bit 7 - Wake-up Input Enable 7

pub fn wkupen8(&self) -> WKUPEN8R[src]

Bit 8 - Wake-up Input Enable 8

pub fn wkupen9(&self) -> WKUPEN9R[src]

Bit 9 - Wake-up Input Enable 9

pub fn wkupen10(&self) -> WKUPEN10R[src]

Bit 10 - Wake-up Input Enable 10

pub fn wkupen11(&self) -> WKUPEN11R[src]

Bit 11 - Wake-up Input Enable 11

pub fn wkupen12(&self) -> WKUPEN12R[src]

Bit 12 - Wake-up Input Enable 12

pub fn wkupen13(&self) -> WKUPEN13R[src]

Bit 13 - Wake-up Input Enable 13

pub fn wkupen14(&self) -> WKUPEN14R[src]

Bit 14 - Wake-up Input Enable 14

pub fn wkupen15(&self) -> WKUPEN15R[src]

Bit 15 - Wake-up Input Enable 15

pub fn wkupt0(&self) -> WKUPT0R[src]

Bit 16 - Wake-up Input Type 0

pub fn wkupt1(&self) -> WKUPT1R[src]

Bit 17 - Wake-up Input Type 1

pub fn wkupt2(&self) -> WKUPT2R[src]

Bit 18 - Wake-up Input Type 2

pub fn wkupt3(&self) -> WKUPT3R[src]

Bit 19 - Wake-up Input Type 3

pub fn wkupt4(&self) -> WKUPT4R[src]

Bit 20 - Wake-up Input Type 4

pub fn wkupt5(&self) -> WKUPT5R[src]

Bit 21 - Wake-up Input Type 5

pub fn wkupt6(&self) -> WKUPT6R[src]

Bit 22 - Wake-up Input Type 6

pub fn wkupt7(&self) -> WKUPT7R[src]

Bit 23 - Wake-up Input Type 7

pub fn wkupt8(&self) -> WKUPT8R[src]

Bit 24 - Wake-up Input Type 8

pub fn wkupt9(&self) -> WKUPT9R[src]

Bit 25 - Wake-up Input Type 9

pub fn wkupt10(&self) -> WKUPT10R[src]

Bit 26 - Wake-up Input Type 10

pub fn wkupt11(&self) -> WKUPT11R[src]

Bit 27 - Wake-up Input Type 11

pub fn wkupt12(&self) -> WKUPT12R[src]

Bit 28 - Wake-up Input Type 12

pub fn wkupt13(&self) -> WKUPT13R[src]

Bit 29 - Wake-up Input Type 13

pub fn wkupt14(&self) -> WKUPT14R[src]

Bit 30 - Wake-up Input Type 14

pub fn wkupt15(&self) -> WKUPT15R[src]

Bit 31 - Wake-up Input Type 15

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]