[][src]Struct nrf52810_pac::p0::dirclr::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 pin0(&mut self) -> _PIN0W[src]

Bit 0 - Set as input pin 0

pub fn pin1(&mut self) -> _PIN1W[src]

Bit 1 - Set as input pin 1

pub fn pin2(&mut self) -> _PIN2W[src]

Bit 2 - Set as input pin 2

pub fn pin3(&mut self) -> _PIN3W[src]

Bit 3 - Set as input pin 3

pub fn pin4(&mut self) -> _PIN4W[src]

Bit 4 - Set as input pin 4

pub fn pin5(&mut self) -> _PIN5W[src]

Bit 5 - Set as input pin 5

pub fn pin6(&mut self) -> _PIN6W[src]

Bit 6 - Set as input pin 6

pub fn pin7(&mut self) -> _PIN7W[src]

Bit 7 - Set as input pin 7

pub fn pin8(&mut self) -> _PIN8W[src]

Bit 8 - Set as input pin 8

pub fn pin9(&mut self) -> _PIN9W[src]

Bit 9 - Set as input pin 9

pub fn pin10(&mut self) -> _PIN10W[src]

Bit 10 - Set as input pin 10

pub fn pin11(&mut self) -> _PIN11W[src]

Bit 11 - Set as input pin 11

pub fn pin12(&mut self) -> _PIN12W[src]

Bit 12 - Set as input pin 12

pub fn pin13(&mut self) -> _PIN13W[src]

Bit 13 - Set as input pin 13

pub fn pin14(&mut self) -> _PIN14W[src]

Bit 14 - Set as input pin 14

pub fn pin15(&mut self) -> _PIN15W[src]

Bit 15 - Set as input pin 15

pub fn pin16(&mut self) -> _PIN16W[src]

Bit 16 - Set as input pin 16

pub fn pin17(&mut self) -> _PIN17W[src]

Bit 17 - Set as input pin 17

pub fn pin18(&mut self) -> _PIN18W[src]

Bit 18 - Set as input pin 18

pub fn pin19(&mut self) -> _PIN19W[src]

Bit 19 - Set as input pin 19

pub fn pin20(&mut self) -> _PIN20W[src]

Bit 20 - Set as input pin 20

pub fn pin21(&mut self) -> _PIN21W[src]

Bit 21 - Set as input pin 21

pub fn pin22(&mut self) -> _PIN22W[src]

Bit 22 - Set as input pin 22

pub fn pin23(&mut self) -> _PIN23W[src]

Bit 23 - Set as input pin 23

pub fn pin24(&mut self) -> _PIN24W[src]

Bit 24 - Set as input pin 24

pub fn pin25(&mut self) -> _PIN25W[src]

Bit 25 - Set as input pin 25

pub fn pin26(&mut self) -> _PIN26W[src]

Bit 26 - Set as input pin 26

pub fn pin27(&mut self) -> _PIN27W[src]

Bit 27 - Set as input pin 27

pub fn pin28(&mut self) -> _PIN28W[src]

Bit 28 - Set as input pin 28

pub fn pin29(&mut self) -> _PIN29W[src]

Bit 29 - Set as input pin 29

pub fn pin30(&mut self) -> _PIN30W[src]

Bit 30 - Set as input pin 30

pub fn pin31(&mut self) -> _PIN31W[src]

Bit 31 - Set as input pin 31

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]