[][src]Struct nrf52810_pac::p0::outset::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn pin0(&self) -> PIN0R[src]

Bit 0 - Pin 0

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

Bit 1 - Pin 1

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

Bit 2 - Pin 2

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

Bit 3 - Pin 3

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

Bit 4 - Pin 4

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

Bit 5 - Pin 5

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

Bit 6 - Pin 6

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

Bit 7 - Pin 7

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

Bit 8 - Pin 8

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

Bit 9 - Pin 9

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

Bit 10 - Pin 10

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

Bit 11 - Pin 11

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

Bit 12 - Pin 12

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

Bit 13 - Pin 13

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

Bit 14 - Pin 14

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

Bit 15 - Pin 15

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

Bit 16 - Pin 16

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

Bit 17 - Pin 17

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

Bit 18 - Pin 18

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

Bit 19 - Pin 19

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

Bit 20 - Pin 20

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

Bit 21 - Pin 21

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

Bit 22 - Pin 22

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

Bit 23 - Pin 23

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

Bit 24 - Pin 24

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

Bit 25 - Pin 25

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

Bit 26 - Pin 26

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

Bit 27 - Pin 27

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

Bit 28 - Pin 28

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

Bit 29 - Pin 29

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

Bit 30 - Pin 30

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

Bit 31 - Pin 31

Auto Trait Implementations

impl Send for R

impl Sync for R

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]