Struct msp432p401r::adc14::adc14iv::ADC14IV_W[][src]

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

Field ADC14IV writer - ADC14 interrupt vector value

Implementations

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

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

Writes variant to the field

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

No interrupt pending

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

Interrupt Source: ADC14MEMx overflow; Interrupt Flag: ADC14OVIFG; Interrupt Priority: Highest

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

Interrupt Source: Conversion time overflow; Interrupt Flag: ADC14TOVIFG

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

Interrupt Source: ADC14 window high interrupt flag; Interrupt Flag: ADC14HIIFG

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

Interrupt Source: ADC14 window low interrupt flag; Interrupt Flag: ADC14LOIFG

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

Interrupt Source: ADC14 in-window interrupt flag; Interrupt Flag: ADC14INIFG

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

Interrupt Source: ADC14MEM0 interrupt flag; Interrupt Flag: ADC14IFG0

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

Interrupt Source: ADC14MEM1 interrupt flag; Interrupt Flag: ADC14IFG1

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

Interrupt Source: ADC14MEM2 interrupt flag; Interrupt Flag: ADC14IFG2

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

Interrupt Source: ADC14MEM3 interrupt flag; Interrupt Flag: ADC14IFG3

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

Interrupt Source: ADC14MEM4 interrupt flag; Interrupt Flag: ADC14IFG4

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

Interrupt Source: ADC14MEM5 interrupt flag; Interrupt Flag: ADC14IFG5

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

Interrupt Source: ADC14MEM6 interrupt flag; Interrupt Flag: ADC14IFG6

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

Interrupt Source: ADC14MEM7 interrupt flag; Interrupt Flag: ADC14IFG7

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

Interrupt Source: ADC14MEM8 interrupt flag; Interrupt Flag: ADC14IFG8

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

Interrupt Source: ADC14MEM9 interrupt flag; Interrupt Flag: ADC14IFG9

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

Interrupt Source: ADC14MEM10 interrupt flag; Interrupt Flag: ADC14IFG10

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

Interrupt Source: ADC14MEM11 interrupt flag; Interrupt Flag: ADC14IFG11

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

Interrupt Source: ADC14MEM12 interrupt flag; Interrupt Flag: ADC14IFG12

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

Interrupt Source: ADC14MEM13 interrupt flag; Interrupt Flag: ADC14IFG13

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

Interrupt Source: ADC14MEM14 interrupt flag; Interrupt Flag: ADC14IFG14

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

Interrupt Source: ADC14MEM15 interrupt flag; Interrupt Flag: ADC14IFG15

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

Interrupt Source: ADC14MEM16 interrupt flag; Interrupt Flag: ADC14IFG16

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

Interrupt Source: ADC14MEM17 interrupt flag; Interrupt Flag: ADC14IFG17

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

Interrupt Source: ADC14MEM18 interrupt flag; Interrupt Flag: ADC14IFG18

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

Interrupt Source: ADC14MEM19 interrupt flag; Interrupt Flag: ADC14IFG19

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

Interrupt Source: ADC14MEM20 interrupt flag; Interrupt Flag: ADC14IFG20

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

Interrupt Source: ADC14MEM22 interrupt flag; Interrupt Flag: ADC14IFG22

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

Interrupt Source: ADC14MEM22 interrupt flag; Interrupt Flag: ADC14IFG22

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

Interrupt Source: ADC14MEM23 interrupt flag; Interrupt Flag: ADC14IFG23

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

Interrupt Source: ADC14MEM24 interrupt flag; Interrupt Flag: ADC14IFG24

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

Interrupt Source: ADC14MEM25 interrupt flag; Interrupt Flag: ADC14IFG25

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

Interrupt Source: ADC14MEM26 interrupt flag; Interrupt Flag: ADC14IFG26

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

Interrupt Source: ADC14MEM27 interrupt flag; Interrupt Flag: ADC14IFG27

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

Interrupt Source: ADC14MEM28 interrupt flag; Interrupt Flag: ADC14IFG28

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

Interrupt Source: ADC14MEM29 interrupt flag; Interrupt Flag: ADC14IFG29

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

Interrupt Source: ADC14MEM30 interrupt flag; Interrupt Flag: ADC14IFG30

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

Interrupt Source: ADC14MEM31 interrupt flag; Interrupt Flag: ADC14IFG31

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

Interrupt Source: ADC14RDYIFG interrupt flag; Interrupt Flag: ADC14RDYIFG; Interrupt Priority: Lowest

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ADC14IV_W<'a>

impl<'a> Sync for ADC14IV_W<'a>

impl<'a> Unpin for ADC14IV_W<'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.