[][src]Struct lpc176x_5x::pinconnect::pinmode3::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn p1_16mode(&mut self) -> _P1_16MODEW[src]

Bits 0:1 - Port 1 pin 16 control.

pub fn p1_17mode(&mut self) -> _P1_17MODEW[src]

Bits 2:3 - Port 1 pin 17 control.

pub fn p1_18mode(&mut self) -> _P1_18MODEW[src]

Bits 4:5 - Port 1 pin 18 control.

pub fn p1_19mode(&mut self) -> _P1_19MODEW[src]

Bits 6:7 - Port 1 pin 19 control.

pub fn p1_20mode(&mut self) -> _P1_20MODEW[src]

Bits 8:9 - Port 1 pin 20 control.

pub fn p1_21mode(&mut self) -> _P1_21MODEW[src]

Bits 10:11 - Port 1 pin 21 control.

pub fn p1_22mode(&mut self) -> _P1_22MODEW[src]

Bits 12:13 - Port 1 pin 22 control.

pub fn p1_23mode(&mut self) -> _P1_23MODEW[src]

Bits 14:15 - Port 1 pin 23 control.

pub fn p1_24mode(&mut self) -> _P1_24MODEW[src]

Bits 16:17 - Port 1 pin 24 control.

pub fn p1_25mode(&mut self) -> _P1_25MODEW[src]

Bits 18:19 - Port 1 pin 25 control.

pub fn p1_26mode(&mut self) -> _P1_26MODEW[src]

Bits 20:21 - Port 1 pin 26 control.

pub fn p1_27mode(&mut self) -> _P1_27MODEW[src]

Bits 22:23 - Port 1 pin 27 control.

pub fn p1_28mode(&mut self) -> _P1_28MODEW[src]

Bits 24:25 - Port 1 pin 28 control.

pub fn p1_29mode(&mut self) -> _P1_29MODEW[src]

Bits 26:27 - Port 1 pin 29 control.

pub fn p1_30mode(&mut self) -> _P1_30MODEW[src]

Bits 28:29 - Port 1 pin 30 control.

pub fn p1_31mode(&mut self) -> _P1_31MODEW[src]

Bits 30:31 - Port 1 pin 31 control.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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