[][src]Struct xmc1100::port0::iocr12::PC13_W

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

Write proxy for field PC13

Methods

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

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

Writes variant to the field

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

Input - No internal pull device active

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

Input - Internal pull-down device active

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

Input - Internal pull-up device active

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

Input - No internal pull device, Pn_OUTx = input value

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

Input inverted - No internal pull device active

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

Input inverted - Internal pull-down device active

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

Input inverted - Internal pull-up device active

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

Input inverted - No internal pull device, Pn_OUTx = input value

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

Output Push-Pull - General-purpose output

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

Output Push-Pull - Alternate output function 1

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

Output Push-Pull - Alternate output function 2

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

Output Push-Pull - Alternate output function 3

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

Output Push-Pull - Alternate output function 4

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

Output Push-Pull - Alternate output function 5

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

Output Push-Pull - Alternate output function 6

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

Output Push-Pull - Alternate output function 7

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

Output Open Drain - General-purpose output

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

Output Open Drain - Alternate output function 1

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

Output Open Drain - Alternate output function 2

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

Output Open Drain - Alternate output function 3

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

Output Open Drain - Alternate output function 4

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

Output Open Drain - Alternate output function 5

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

Output Open Drain - Alternate output function 6

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

Output Open Drain - Alternate output function 7

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for PC13_W<'a>

impl<'a> !Sync for PC13_W<'a>

impl<'a> Unpin for PC13_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> Same<T> for T

type Output = T

Should always be Self

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.