[][src]Struct lpc81x_pac::pin_int::pmcfg::_CFG4W

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

Proxy

Methods

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

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

Writes variant to the field

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

Constant 1. This bit slice always contributes to a product term match.

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

Rising edge. Match occurs if a rising edge on the specified input has occurred since the last time the edge detection for this bit slice was cleared.

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

Falling edge. Match occurs if a falling edge on the specified input has occurred since the last time the edge detection for this bit slice was cleared.

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

Rising or falling edge. Match occurs if either a rising or falling edge on the specified input has occurred since the last time the edge detection for this bit slice was cleared.

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

High level. Match (for this bit slice) occurs when there is a high level on the input specified for this bit slice in the PMSRC register.

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

Low level. Match occurs when there is a low level on the specified input.

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

Constant 0. This bit slice never contributes to a match (should be used to disable any unused bit slices)

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

Event. Match occurs on an event - i.e. when either a rising or falling edge is first detected on the specified input (this is a non-sticky version of option 3)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CFG4W<'a>

impl<'a> Sync for _CFG4W<'a>

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