[][src]Struct lpc55s6x_pac::ctimer0::mcr::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 mr0i(&self) -> MR0IR[src]

Bit 0 - Interrupt on MR0: an interrupt is generated when MR0 matches the value in the TC.

pub fn mr0r(&self) -> MR0RR[src]

Bit 1 - Reset on MR0: the TC will be reset if MR0 matches it.

pub fn mr0s(&self) -> MR0SR[src]

Bit 2 - Stop on MR0: the TC and PC will be stopped and TCR[0] will be set to 0 if MR0 matches the TC.

pub fn mr1i(&self) -> MR1IR[src]

Bit 3 - Interrupt on MR1: an interrupt is generated when MR1 matches the value in the TC.

pub fn mr1r(&self) -> MR1RR[src]

Bit 4 - Reset on MR1: the TC will be reset if MR1 matches it.

pub fn mr1s(&self) -> MR1SR[src]

Bit 5 - Stop on MR1: the TC and PC will be stopped and TCR[0] will be set to 0 if MR1 matches the TC.

pub fn mr2i(&self) -> MR2IR[src]

Bit 6 - Interrupt on MR2: an interrupt is generated when MR2 matches the value in the TC.

pub fn mr2r(&self) -> MR2RR[src]

Bit 7 - Reset on MR2: the TC will be reset if MR2 matches it.

pub fn mr2s(&self) -> MR2SR[src]

Bit 8 - Stop on MR2: the TC and PC will be stopped and TCR[0] will be set to 0 if MR2 matches the TC.

pub fn mr3i(&self) -> MR3IR[src]

Bit 9 - Interrupt on MR3: an interrupt is generated when MR3 matches the value in the TC.

pub fn mr3r(&self) -> MR3RR[src]

Bit 10 - Reset on MR3: the TC will be reset if MR3 matches it.

pub fn mr3s(&self) -> MR3SR[src]

Bit 11 - Stop on MR3: the TC and PC will be stopped and TCR[0] will be set to 0 if MR3 matches the TC.

pub fn mr0rl(&self) -> MR0RLR[src]

Bit 24 - Reload MR0 with the contents of the Match 0 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr1rl(&self) -> MR1RLR[src]

Bit 25 - Reload MR1 with the contents of the Match 1 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr2rl(&self) -> MR2RLR[src]

Bit 26 - Reload MR2 with the contents of the Match 2 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr3rl(&self) -> MR3RLR[src]

Bit 27 - Reload MR3 with the contents of the Match 3 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

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, 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[src]

type Output = T

Should always be Self