[][src]Struct lpc176x_5x::pwm1::ir::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 pwmmr0int(&self) -> PWMMR0INTR[src]

Bit 0 - Interrupt flag for PWM match channel 0.

pub fn pwmmr1int(&self) -> PWMMR1INTR[src]

Bit 1 - Interrupt flag for PWM match channel 1.

pub fn pwmmr2int(&self) -> PWMMR2INTR[src]

Bit 2 - Interrupt flag for PWM match channel 2.

pub fn pwmmr3int(&self) -> PWMMR3INTR[src]

Bit 3 - Interrupt flag for PWM match channel 3.

pub fn pwmcap0int(&self) -> PWMCAP0INTR[src]

Bit 4 - Interrupt flag for capture input 0

pub fn pwmcap1int(&self) -> PWMCAP1INTR[src]

Bit 5 - Interrupt flag for capture input 1 (available in PWM1IR only; this bit is reserved in PWM0IR).

pub fn pwmmr4int(&self) -> PWMMR4INTR[src]

Bit 8 - Interrupt flag for PWM match channel 4.

pub fn pwmmr5int(&self) -> PWMMR5INTR[src]

Bit 9 - Interrupt flag for PWM match channel 5.

pub fn pwmmr6int(&self) -> PWMMR6INTR[src]

Bit 10 - Interrupt flag for PWM match channel 6.

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]