Struct msp430fr6972::comparator_e::cectl2::CEREF0_W[][src]

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

Field CEREF0 writer - Comp. E Reference 0 Resistor Select Bit : 0

Implementations

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

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

Writes variant to the field

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

Comp. E Int. Ref.0 Select 0 : 1/32

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

Comp. E Int. Ref.0 Select 1 : 2/32

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

Comp. E Int. Ref.0 Select 2 : 3/32

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

Comp. E Int. Ref.0 Select 3 : 4/32

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

Comp. E Int. Ref.0 Select 4 : 5/32

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

Comp. E Int. Ref.0 Select 5 : 6/32

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

Comp. E Int. Ref.0 Select 6 : 7/32

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

Comp. E Int. Ref.0 Select 7 : 8/32

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

Comp. E Int. Ref.0 Select 0 : 9/32

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

Comp. E Int. Ref.0 Select 1 : 10/32

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

Comp. E Int. Ref.0 Select 2 : 11/32

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

Comp. E Int. Ref.0 Select 3 : 12/32

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

Comp. E Int. Ref.0 Select 4 : 13/32

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

Comp. E Int. Ref.0 Select 5 : 14/32

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

Comp. E Int. Ref.0 Select 6 : 15/32

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

Comp. E Int. Ref.0 Select 7 : 16/32

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

Comp. E Int. Ref.0 Select 0 : 17/32

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

Comp. E Int. Ref.0 Select 1 : 18/32

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

Comp. E Int. Ref.0 Select 2 : 19/32

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

Comp. E Int. Ref.0 Select 3 : 20/32

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

Comp. E Int. Ref.0 Select 4 : 21/32

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

Comp. E Int. Ref.0 Select 5 : 22/32

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

Comp. E Int. Ref.0 Select 6 : 23/32

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

Comp. E Int. Ref.0 Select 7 : 24/32

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

Comp. E Int. Ref.0 Select 0 : 25/32

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

Comp. E Int. Ref.0 Select 1 : 26/32

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

Comp. E Int. Ref.0 Select 2 : 27/32

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

Comp. E Int. Ref.0 Select 3 : 28/32

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

Comp. E Int. Ref.0 Select 4 : 29/32

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

Comp. E Int. Ref.0 Select 5 : 30/32

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

Comp. E Int. Ref.0 Select 6 : 31/32

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

Comp. E Int. Ref.0 Select 7 : 32/32

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CEREF0_W<'a>

impl<'a> Sync for CEREF0_W<'a>

impl<'a> Unpin for CEREF0_W<'a>

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.