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

pub struct ADC14IV_R(_);

Field ADC14IV reader - ADC14 interrupt vector value

Implementations

impl ADC14IV_R[src]

pub fn variant(&self) -> Option<ADC14IV_A>[src]

Get enumerated values variant

pub fn is_adc14iv_0(&self) -> bool[src]

Checks if the value of the field is ADC14IV_0

pub fn is_adc14iv_2(&self) -> bool[src]

Checks if the value of the field is ADC14IV_2

pub fn is_adc14iv_4(&self) -> bool[src]

Checks if the value of the field is ADC14IV_4

pub fn is_adc14iv_6(&self) -> bool[src]

Checks if the value of the field is ADC14IV_6

pub fn is_adc14iv_8(&self) -> bool[src]

Checks if the value of the field is ADC14IV_8

pub fn is_adc14iv_10(&self) -> bool[src]

Checks if the value of the field is ADC14IV_10

pub fn is_adc14iv_12(&self) -> bool[src]

Checks if the value of the field is ADC14IV_12

pub fn is_adc14iv_14(&self) -> bool[src]

Checks if the value of the field is ADC14IV_14

pub fn is_adc14iv_16(&self) -> bool[src]

Checks if the value of the field is ADC14IV_16

pub fn is_adc14iv_18(&self) -> bool[src]

Checks if the value of the field is ADC14IV_18

pub fn is_adc14iv_20(&self) -> bool[src]

Checks if the value of the field is ADC14IV_20

pub fn is_adc14iv_22(&self) -> bool[src]

Checks if the value of the field is ADC14IV_22

pub fn is_adc14iv_24(&self) -> bool[src]

Checks if the value of the field is ADC14IV_24

pub fn is_adc14iv_26(&self) -> bool[src]

Checks if the value of the field is ADC14IV_26

pub fn is_adc14iv_28(&self) -> bool[src]

Checks if the value of the field is ADC14IV_28

pub fn is_adc14iv_30(&self) -> bool[src]

Checks if the value of the field is ADC14IV_30

pub fn is_adc14iv_32(&self) -> bool[src]

Checks if the value of the field is ADC14IV_32

pub fn is_adc14iv_34(&self) -> bool[src]

Checks if the value of the field is ADC14IV_34

pub fn is_adc14iv_36(&self) -> bool[src]

Checks if the value of the field is ADC14IV_36

pub fn is_adc14iv_38(&self) -> bool[src]

Checks if the value of the field is ADC14IV_38

pub fn is_adc14iv_40(&self) -> bool[src]

Checks if the value of the field is ADC14IV_40

pub fn is_adc14iv_42(&self) -> bool[src]

Checks if the value of the field is ADC14IV_42

pub fn is_adc14iv_44(&self) -> bool[src]

Checks if the value of the field is ADC14IV_44

pub fn is_adc14iv_46(&self) -> bool[src]

Checks if the value of the field is ADC14IV_46

pub fn is_adc14iv_48(&self) -> bool[src]

Checks if the value of the field is ADC14IV_48

pub fn is_adc14iv_50(&self) -> bool[src]

Checks if the value of the field is ADC14IV_50

pub fn is_adc14iv_52(&self) -> bool[src]

Checks if the value of the field is ADC14IV_52

pub fn is_adc14iv_54(&self) -> bool[src]

Checks if the value of the field is ADC14IV_54

pub fn is_adc14iv_56(&self) -> bool[src]

Checks if the value of the field is ADC14IV_56

pub fn is_adc14iv_58(&self) -> bool[src]

Checks if the value of the field is ADC14IV_58

pub fn is_adc14iv_60(&self) -> bool[src]

Checks if the value of the field is ADC14IV_60

pub fn is_adc14iv_62(&self) -> bool[src]

Checks if the value of the field is ADC14IV_62

pub fn is_adc14iv_64(&self) -> bool[src]

Checks if the value of the field is ADC14IV_64

pub fn is_adc14iv_66(&self) -> bool[src]

Checks if the value of the field is ADC14IV_66

pub fn is_adc14iv_68(&self) -> bool[src]

Checks if the value of the field is ADC14IV_68

pub fn is_adc14iv_70(&self) -> bool[src]

Checks if the value of the field is ADC14IV_70

pub fn is_adc14iv_72(&self) -> bool[src]

Checks if the value of the field is ADC14IV_72

pub fn is_adc14iv_74(&self) -> bool[src]

Checks if the value of the field is ADC14IV_74

pub fn is_adc14iv_76(&self) -> bool[src]

Checks if the value of the field is ADC14IV_76

Methods from Deref<Target = FieldReader<u32, ADC14IV_A>>

pub fn bits(&self) -> U[src]

Reads raw bits from field.

pub fn bit(&self) -> bool[src]

Value of the field as raw bits.

pub fn bit_is_clear(&self) -> bool[src]

Returns true if the bit is clear (0).

pub fn bit_is_set(&self) -> bool[src]

Returns true if the bit is set (1).

Trait Implementations

impl Deref for ADC14IV_R[src]

type Target = FieldReader<u32, ADC14IV_A>

The resulting type after dereferencing.

Auto Trait Implementations

impl Send for ADC14IV_R

impl Sync for ADC14IV_R

impl Unpin for ADC14IV_R

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.