[][src]Struct sam3x8e::pwm::wpsr::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 wpsws0(&self) -> WPSWS0R[src]

Bit 0 - Write Protect SW Status

pub fn wpsws1(&self) -> WPSWS1R[src]

Bit 1 - Write Protect SW Status

pub fn wpsws2(&self) -> WPSWS2R[src]

Bit 2 - Write Protect SW Status

pub fn wpsws3(&self) -> WPSWS3R[src]

Bit 3 - Write Protect SW Status

pub fn wpsws4(&self) -> WPSWS4R[src]

Bit 4 - Write Protect SW Status

pub fn wpsws5(&self) -> WPSWS5R[src]

Bit 5 - Write Protect SW Status

pub fn wpvs(&self) -> WPVSR[src]

Bit 7 - Write Protect Violation Status

pub fn wphws0(&self) -> WPHWS0R[src]

Bit 8 - Write Protect HW Status

pub fn wphws1(&self) -> WPHWS1R[src]

Bit 9 - Write Protect HW Status

pub fn wphws2(&self) -> WPHWS2R[src]

Bit 10 - Write Protect HW Status

pub fn wphws3(&self) -> WPHWS3R[src]

Bit 11 - Write Protect HW Status

pub fn wphws4(&self) -> WPHWS4R[src]

Bit 12 - Write Protect HW Status

pub fn wphws5(&self) -> WPHWS5R[src]

Bit 13 - Write Protect HW Status

pub fn wpvsrc(&self) -> WPVSRCR[src]

Bits 16:31 - Write Protect Violation Source

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]