[][src]Struct atsams70j20::pwm0::pwm_isr2::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 wrdy(&self) -> WRDY_R[src]

Bit 0 - Write Ready for Synchronous Channels Update

pub fn unre(&self) -> UNRE_R[src]

Bit 3 - Synchronous Channels Update Underrun Error

pub fn cmpm0(&self) -> CMPM0_R[src]

Bit 8 - Comparison 0 Match

pub fn cmpm1(&self) -> CMPM1_R[src]

Bit 9 - Comparison 1 Match

pub fn cmpm2(&self) -> CMPM2_R[src]

Bit 10 - Comparison 2 Match

pub fn cmpm3(&self) -> CMPM3_R[src]

Bit 11 - Comparison 3 Match

pub fn cmpm4(&self) -> CMPM4_R[src]

Bit 12 - Comparison 4 Match

pub fn cmpm5(&self) -> CMPM5_R[src]

Bit 13 - Comparison 5 Match

pub fn cmpm6(&self) -> CMPM6_R[src]

Bit 14 - Comparison 6 Match

pub fn cmpm7(&self) -> CMPM7_R[src]

Bit 15 - Comparison 7 Match

pub fn cmpu0(&self) -> CMPU0_R[src]

Bit 16 - Comparison 0 Update

pub fn cmpu1(&self) -> CMPU1_R[src]

Bit 17 - Comparison 1 Update

pub fn cmpu2(&self) -> CMPU2_R[src]

Bit 18 - Comparison 2 Update

pub fn cmpu3(&self) -> CMPU3_R[src]

Bit 19 - Comparison 3 Update

pub fn cmpu4(&self) -> CMPU4_R[src]

Bit 20 - Comparison 4 Update

pub fn cmpu5(&self) -> CMPU5_R[src]

Bit 21 - Comparison 5 Update

pub fn cmpu6(&self) -> CMPU6_R[src]

Bit 22 - Comparison 6 Update

pub fn cmpu7(&self) -> CMPU7_R[src]

Bit 23 - Comparison 7 Update

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