Struct msp432p401r::comp_e1::cex_ctl2::CEREF1_R[][src]

pub struct CEREF1_R(_);

Field CEREF1 reader - Reference resistor tap 1

Implementations

impl CEREF1_R[src]

pub fn variant(&self) -> CEREF1_A[src]

Get enumerated values variant

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

Checks if the value of the field is CEREF1_0

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

Checks if the value of the field is CEREF1_1

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

Checks if the value of the field is CEREF1_2

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

Checks if the value of the field is CEREF1_3

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

Checks if the value of the field is CEREF1_4

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

Checks if the value of the field is CEREF1_5

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

Checks if the value of the field is CEREF1_6

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

Checks if the value of the field is CEREF1_7

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

Checks if the value of the field is CEREF1_8

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

Checks if the value of the field is CEREF1_9

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

Checks if the value of the field is CEREF1_10

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

Checks if the value of the field is CEREF1_11

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

Checks if the value of the field is CEREF1_12

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

Checks if the value of the field is CEREF1_13

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

Checks if the value of the field is CEREF1_14

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

Checks if the value of the field is CEREF1_15

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

Checks if the value of the field is CEREF1_16

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

Checks if the value of the field is CEREF1_17

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

Checks if the value of the field is CEREF1_18

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

Checks if the value of the field is CEREF1_19

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

Checks if the value of the field is CEREF1_20

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

Checks if the value of the field is CEREF1_21

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

Checks if the value of the field is CEREF1_22

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

Checks if the value of the field is CEREF1_23

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

Checks if the value of the field is CEREF1_24

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

Checks if the value of the field is CEREF1_25

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

Checks if the value of the field is CEREF1_26

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

Checks if the value of the field is CEREF1_27

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

Checks if the value of the field is CEREF1_28

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

Checks if the value of the field is CEREF1_29

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

Checks if the value of the field is CEREF1_30

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

Checks if the value of the field is CEREF1_31

Methods from Deref<Target = FieldReader<u8, CEREF1_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 CEREF1_R[src]

type Target = FieldReader<u8, CEREF1_A>

The resulting type after dereferencing.

Auto Trait Implementations

impl Send for CEREF1_R

impl Sync for CEREF1_R

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