[][src]Struct atsams70j21b::pwm0::pwm_imr1::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 chid0(&self) -> CHID0_R[src]

Bit 0 - Counter Event on Channel 0 Interrupt Mask

pub fn chid1(&self) -> CHID1_R[src]

Bit 1 - Counter Event on Channel 1 Interrupt Mask

pub fn chid2(&self) -> CHID2_R[src]

Bit 2 - Counter Event on Channel 2 Interrupt Mask

pub fn chid3(&self) -> CHID3_R[src]

Bit 3 - Counter Event on Channel 3 Interrupt Mask

pub fn fchid0(&self) -> FCHID0_R[src]

Bit 16 - Fault Protection Trigger on Channel 0 Interrupt Mask

pub fn fchid1(&self) -> FCHID1_R[src]

Bit 17 - Fault Protection Trigger on Channel 1 Interrupt Mask

pub fn fchid2(&self) -> FCHID2_R[src]

Bit 18 - Fault Protection Trigger on Channel 2 Interrupt Mask

pub fn fchid3(&self) -> FCHID3_R[src]

Bit 19 - Fault Protection Trigger on Channel 3 Interrupt Mask

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