[][src]Struct lpc54606_pac::ctimer0::ctcr::SELCC_W

pub struct SELCC_W<'a> { /* fields omitted */ }

Write proxy for field SELCC

Methods

impl<'a> SELCC_W<'a>[src]

pub fn variant(self, variant: SELCC_A) -> &'a mut W[src]

Writes variant to the field

pub fn channel_0_rising(self) -> &'a mut W[src]

Channel 0 Rising Edge. Rising edge of the signal on capture channel 0 clears the timer (if bit 4 is set).

pub fn channel_0_falling(self) -> &'a mut W[src]

Channel 0 Falling Edge. Falling edge of the signal on capture channel 0 clears the timer (if bit 4 is set).

pub fn channel_1_rising(self) -> &'a mut W[src]

Channel 1 Rising Edge. Rising edge of the signal on capture channel 1 clears the timer (if bit 4 is set).

pub fn channel_1_falling(self) -> &'a mut W[src]

Channel 1 Falling Edge. Falling edge of the signal on capture channel 1 clears the timer (if bit 4 is set).

pub fn channel_2_rising(self) -> &'a mut W[src]

Channel 2 Rising Edge. Rising edge of the signal on capture channel 2 clears the timer (if bit 4 is set).

pub fn channel_2_falling(self) -> &'a mut W[src]

Channel 2 Falling Edge. Falling edge of the signal on capture channel 2 clears the timer (if bit 4 is set).

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for SELCC_W<'a>

impl<'a> !Sync for SELCC_W<'a>

impl<'a> Unpin for SELCC_W<'a>

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.