[][src]Struct atsams70n19::pwm0::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) -> WPSWS0_R[src]

Bit 0 - Write Protect SW Status

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

Bit 1 - Write Protect SW Status

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

Bit 2 - Write Protect SW Status

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

Bit 3 - Write Protect SW Status

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

Bit 4 - Write Protect SW Status

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

Bit 5 - Write Protect SW Status

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

Bit 7 - Write Protect Violation Status

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

Bit 8 - Write Protect HW Status

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

Bit 9 - Write Protect HW Status

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

Bit 10 - Write Protect HW Status

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

Bit 11 - Write Protect HW Status

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

Bit 12 - Write Protect HW Status

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

Bit 13 - Write Protect HW Status

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

Bits 16:31 - Write Protect Violation Source

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self