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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bit 0 - Wake-up Input Enable 0

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

Bit 1 - Wake-up Input Enable 1

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

Bit 2 - Wake-up Input Enable 2

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

Bit 3 - Wake-up Input Enable 3

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

Bit 4 - Wake-up Input Enable 4

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

Bit 5 - Wake-up Input Enable 5

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

Bit 6 - Wake-up Input Enable 6

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

Bit 7 - Wake-up Input Enable 7

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

Bit 8 - Wake-up Input Enable 8

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

Bit 9 - Wake-up Input Enable 9

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

Bit 10 - Wake-up Input Enable 10

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

Bit 11 - Wake-up Input Enable 11

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

Bit 12 - Wake-up Input Enable 12

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

Bit 13 - Wake-up Input Enable 13

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

Bit 14 - Wake-up Input Enable 14

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

Bit 15 - Wake-up Input Enable 15

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

Bit 16 - Wake-up Input Type 0

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

Bit 17 - Wake-up Input Type 1

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

Bit 18 - Wake-up Input Type 2

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

Bit 19 - Wake-up Input Type 3

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

Bit 20 - Wake-up Input Type 4

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

Bit 21 - Wake-up Input Type 5

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

Bit 22 - Wake-up Input Type 6

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

Bit 23 - Wake-up Input Type 7

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

Bit 24 - Wake-up Input Type 8

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

Bit 25 - Wake-up Input Type 9

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

Bit 26 - Wake-up Input Type 10

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

Bit 27 - Wake-up Input Type 11

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

Bit 28 - Wake-up Input Type 12

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

Bit 29 - Wake-up Input Type 13

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

Bit 30 - Wake-up Input Type 14

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

Bit 31 - Wake-up Input Type 15

Auto Trait Implementations

impl Send for W

impl Sync for W

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]