Enum msp432p401r::dio::p7iv::P7IV_A[][src]

#[repr(u8)]pub enum P7IV_A {
    P7IV_0,
    P7IV_2,
    P7IV_4,
    P7IV_6,
    P7IV_8,
    P7IV_10,
    P7IV_12,
    P7IV_14,
    P7IV_16,
}

Port 7 interrupt vector value

Value on reset: 0

Variants

P7IV_0

0: No interrupt pending

P7IV_2

2: Interrupt Source: Port 7.0 interrupt; Interrupt Flag: P7IFG0; Interrupt Priority: Highest

P7IV_4

4: Interrupt Source: Port 7.1 interrupt; Interrupt Flag: P7IFG1

P7IV_6

6: Interrupt Source: Port 7.2 interrupt; Interrupt Flag: P7IFG2

P7IV_8

8: Interrupt Source: Port 7.3 interrupt; Interrupt Flag: P7IFG3

P7IV_10

10: Interrupt Source: Port 7.4 interrupt; Interrupt Flag: P7IFG4

P7IV_12

12: Interrupt Source: Port 7.5 interrupt; Interrupt Flag: P7IFG5

P7IV_14

14: Interrupt Source: Port 7.6 interrupt; Interrupt Flag: P7IFG6

P7IV_16

16: Interrupt Source: Port 7.7 interrupt; Interrupt Flag: P7IFG7; Interrupt Priority: Lowest

Trait Implementations

impl Clone for P7IV_A[src]

impl Copy for P7IV_A[src]

impl Debug for P7IV_A[src]

impl PartialEq<P7IV_A> for P7IV_A[src]

impl StructuralPartialEq for P7IV_A[src]

Auto Trait Implementations

impl Send for P7IV_A

impl Sync for P7IV_A

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