Enum msp432p401r::dio::p4iv::P4IV_A[][src]

#[repr(u8)]pub enum P4IV_A {
    P4IV_0,
    P4IV_2,
    P4IV_4,
    P4IV_6,
    P4IV_8,
    P4IV_10,
    P4IV_12,
    P4IV_14,
    P4IV_16,
}

Port 4 interrupt vector value

Variants

P4IV_0

0: No interrupt pending

P4IV_2

2: Interrupt Source: Port 4.0 interrupt; Interrupt Flag: P4IFG0; Interrupt Priority: Highest

P4IV_4

4: Interrupt Source: Port 4.1 interrupt; Interrupt Flag: P4IFG1

P4IV_6

6: Interrupt Source: Port 4.2 interrupt; Interrupt Flag: P4IFG2

P4IV_8

8: Interrupt Source: Port 4.3 interrupt; Interrupt Flag: P4IFG3

P4IV_10

10: Interrupt Source: Port 4.4 interrupt; Interrupt Flag: P4IFG4

P4IV_12

12: Interrupt Source: Port 4.5 interrupt; Interrupt Flag: P4IFG5

P4IV_14

14: Interrupt Source: Port 4.6 interrupt; Interrupt Flag: P4IFG6

P4IV_16

16: Interrupt Source: Port 4.7 interrupt; Interrupt Flag: P4IFG7; Interrupt Priority: Lowest

Trait Implementations

impl Clone for P4IV_A[src]

impl Copy for P4IV_A[src]

impl Debug for P4IV_A[src]

impl PartialEq<P4IV_A> for P4IV_A[src]

impl StructuralPartialEq for P4IV_A[src]

Auto Trait Implementations

impl Send for P4IV_A

impl Sync for P4IV_A

impl Unpin for P4IV_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, 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.