[][src]Struct lpc54606_pac::sct0::config::CKSEL_W

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

Write proxy for field CKSEL

Methods

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

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

Writes variant to the field

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

Rising edges on input 0.

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

Falling edges on input 0.

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

Rising edges on input 1.

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

Falling edges on input 1.

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

Rising edges on input 2.

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

Falling edges on input 2.

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

Rising edges on input 3.

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

Falling edges on input 3.

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

Rising edges on input 4.

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

Falling edges on input 4.

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

Rising edges on input 5.

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

Falling edges on input 5.

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

Rising edges on input 6.

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

Falling edges on input 6.

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

Rising edges on input 7.

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

Falling edges on input 7.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CKSEL_W<'a>

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

impl<'a> Unpin for CKSEL_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.