Struct nrf52840_pac::p0::dirset::R

source ·
pub struct R(/* private fields */);
Expand description

Register DIRSET reader

Implementations§

source§

impl R

source

pub fn pin0(&self) -> PIN0_R

Bit 0 - Set as output pin 0

source

pub fn pin1(&self) -> PIN1_R

Bit 1 - Set as output pin 1

source

pub fn pin2(&self) -> PIN2_R

Bit 2 - Set as output pin 2

source

pub fn pin3(&self) -> PIN3_R

Bit 3 - Set as output pin 3

source

pub fn pin4(&self) -> PIN4_R

Bit 4 - Set as output pin 4

source

pub fn pin5(&self) -> PIN5_R

Bit 5 - Set as output pin 5

source

pub fn pin6(&self) -> PIN6_R

Bit 6 - Set as output pin 6

source

pub fn pin7(&self) -> PIN7_R

Bit 7 - Set as output pin 7

source

pub fn pin8(&self) -> PIN8_R

Bit 8 - Set as output pin 8

source

pub fn pin9(&self) -> PIN9_R

Bit 9 - Set as output pin 9

source

pub fn pin10(&self) -> PIN10_R

Bit 10 - Set as output pin 10

source

pub fn pin11(&self) -> PIN11_R

Bit 11 - Set as output pin 11

source

pub fn pin12(&self) -> PIN12_R

Bit 12 - Set as output pin 12

source

pub fn pin13(&self) -> PIN13_R

Bit 13 - Set as output pin 13

source

pub fn pin14(&self) -> PIN14_R

Bit 14 - Set as output pin 14

source

pub fn pin15(&self) -> PIN15_R

Bit 15 - Set as output pin 15

source

pub fn pin16(&self) -> PIN16_R

Bit 16 - Set as output pin 16

source

pub fn pin17(&self) -> PIN17_R

Bit 17 - Set as output pin 17

source

pub fn pin18(&self) -> PIN18_R

Bit 18 - Set as output pin 18

source

pub fn pin19(&self) -> PIN19_R

Bit 19 - Set as output pin 19

source

pub fn pin20(&self) -> PIN20_R

Bit 20 - Set as output pin 20

source

pub fn pin21(&self) -> PIN21_R

Bit 21 - Set as output pin 21

source

pub fn pin22(&self) -> PIN22_R

Bit 22 - Set as output pin 22

source

pub fn pin23(&self) -> PIN23_R

Bit 23 - Set as output pin 23

source

pub fn pin24(&self) -> PIN24_R

Bit 24 - Set as output pin 24

source

pub fn pin25(&self) -> PIN25_R

Bit 25 - Set as output pin 25

source

pub fn pin26(&self) -> PIN26_R

Bit 26 - Set as output pin 26

source

pub fn pin27(&self) -> PIN27_R

Bit 27 - Set as output pin 27

source

pub fn pin28(&self) -> PIN28_R

Bit 28 - Set as output pin 28

source

pub fn pin29(&self) -> PIN29_R

Bit 29 - Set as output pin 29

source

pub fn pin30(&self) -> PIN30_R

Bit 30 - Set as output pin 30

source

pub fn pin31(&self) -> PIN31_R

Bit 31 - Set as output pin 31

Methods from Deref<Target = R<DIRSET_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<DIRSET_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<DIRSET_SPEC>> for R

source§

fn from(reader: R<DIRSET_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.