[][src]Struct rv32m1_ri5cy_pac::portd::pcr1::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 irqc_0(self) -> &'a mut W[src]

Interrupt Status Flag (ISF) is disabled.

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

ISF flag and DMA request on rising edge.

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

ISF flag and DMA request on falling edge.

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

ISF flag and DMA request on either edge.

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

no description available

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

no description available

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

no description available

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

ISF flag and Interrupt when logic 0.

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

ISF flag and Interrupt on rising-edge.

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

ISF flag and Interrupt on falling-edge.

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

ISF flag and Interrupt on either edge.

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

ISF flag and Interrupt when logic 1.

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

no description available

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

no description available

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

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

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]