[][src]Struct k64::llwu::f3::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn mwuf0(&self) -> MWUF0R[src]

Bit 0 - Wakeup flag For module 0

pub fn mwuf1(&self) -> MWUF1R[src]

Bit 1 - Wakeup flag For module 1

pub fn mwuf2(&self) -> MWUF2R[src]

Bit 2 - Wakeup flag For module 2

pub fn mwuf3(&self) -> MWUF3R[src]

Bit 3 - Wakeup flag For module 3

pub fn mwuf4(&self) -> MWUF4R[src]

Bit 4 - Wakeup flag For module 4

pub fn mwuf5(&self) -> MWUF5R[src]

Bit 5 - Wakeup flag For module 5

pub fn mwuf6(&self) -> MWUF6R[src]

Bit 6 - Wakeup flag For module 6

pub fn mwuf7(&self) -> MWUF7R[src]

Bit 7 - Wakeup flag For module 7

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 = Infallible

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

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]