[][src]Struct mk66f18::portb::pcr28::IRQC_W

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

Write proxy for field IRQC

Methods

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

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

Writes variant to the field

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

Interrupt Status Flag (ISF) is disabled.

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

ISF flag and DMA request on rising edge.

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

ISF flag and DMA request on falling edge.

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

ISF flag and DMA request on either edge.

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

ISF flag and Interrupt when logic 0.

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

ISF flag and Interrupt on rising-edge.

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

ISF flag and Interrupt on falling-edge.

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

ISF flag and Interrupt on either edge.

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

ISF flag and Interrupt when logic 1.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for IRQC_W<'a>

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

impl<'a> Send for IRQC_W<'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