Struct msp432p401r::captio1::captiox_ctl::CAPTIOPOSELX_W[][src]

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

Field CAPTIOPOSELx writer - Capacitive Touch IO port select

Implementations

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

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

Writes variant to the field

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

Px = PJ

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

Px = P1

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

Px = P2

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

Px = P3

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

Px = P4

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

Px = P5

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

Px = P6

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

Px = P7

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

Px = P8

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

Px = P9

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

Px = P10

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

Px = P11

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

Px = P12

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

Px = P13

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

Px = P14

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

Px = P15

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for CAPTIOPOSELX_W<'a>

impl<'a> Sync for CAPTIOPOSELX_W<'a>

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