Struct gd32f1x0_hal::pac::opa_ivref::ivref_ctl::VPT_R[][src]

pub struct VPT_R(_);
Expand description

Field VPT reader - Voltage precision tirm

Implementations

impl VPT_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is MINUS6_4

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

Checks if the value of the field is MINUS6_0

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

Checks if the value of the field is MINUS5_6

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

Checks if the value of the field is MINUS5_2

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

Checks if the value of the field is MINUS4_8

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

Checks if the value of the field is MINUS4_4

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

Checks if the value of the field is MINUS4_0

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

Checks if the value of the field is MINUS3_6

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

Checks if the value of the field is MINUS3_2

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

Checks if the value of the field is MINUS2_8

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

Checks if the value of the field is MINUS2_4

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

Checks if the value of the field is MINUS2_0

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

Checks if the value of the field is MINUS1_6

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

Checks if the value of the field is MINUS1_2

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

Checks if the value of the field is MINUS0_8

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

Checks if the value of the field is MINUS0_4

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

Checks if the value of the field is ZERO

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

Checks if the value of the field is PLUS0_4

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

Checks if the value of the field is PLUS0_8

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

Checks if the value of the field is PLUS1_2

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

Checks if the value of the field is PLUS1_6

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

Checks if the value of the field is PLUS2_4

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

Checks if the value of the field is PLUS2_0

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

Checks if the value of the field is PLUS2_8

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

Checks if the value of the field is PLUS3_2

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

Checks if the value of the field is PLUS3_6

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

Checks if the value of the field is PLUS4_0

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

Checks if the value of the field is PLUS4_4

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

Checks if the value of the field is PLUS4_8

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

Checks if the value of the field is PLUS5_2

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

Checks if the value of the field is PLUS5_6

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

Checks if the value of the field is PLUS6_0

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

type Target = FieldReader<u8, VPT_A>

The resulting type after dereferencing.

pub fn deref(&self) -> &<VPT_R as Deref>::Target[src]

Dereferences the value.

Auto Trait Implementations

impl Send for VPT_R

impl Sync for VPT_R

impl Unpin for VPT_R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

pub fn type_id(&self) -> TypeId[src]

Gets the TypeId of self. Read more

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

pub fn borrow(&self) -> &T[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

pub fn borrow_mut(&mut self) -> &mut T[src]

Mutably borrows from an owned value. Read more

impl<T> From<T> for T[src]

pub fn from(t: T) -> T[src]

Performs the conversion.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

pub fn into(self) -> U[src]

Performs the conversion.

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.

pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]

Performs the conversion.

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.

pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]

Performs the conversion.