Struct msp432p401r::comp_e0::cex_ctl0::CEIPSEL_W[][src]

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

Field CEIPSEL writer - Channel input selected for the V+ terminal

Implementations

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

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

Writes variant to the field

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

Channel 0 selected

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

Channel 1 selected

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

Channel 2 selected

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

Channel 3 selected

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

Channel 4 selected

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

Channel 5 selected

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

Channel 6 selected

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

Channel 7 selected

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

Channel 8 selected

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

Channel 9 selected

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

Channel 10 selected

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

Channel 11 selected

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

Channel 12 selected

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

Channel 13 selected

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

Channel 14 selected

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

Channel 15 selected

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CEIPSEL_W<'a>

impl<'a> Sync for CEIPSEL_W<'a>

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