Struct nrf52840_pac::p0::dirclr::W

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

Register DIRCLR writer

Implementations§

source§

impl W

source

pub fn pin0(&mut self) -> PIN0_W<'_, 0>

Bit 0 - Set as input pin 0

source

pub fn pin1(&mut self) -> PIN1_W<'_, 1>

Bit 1 - Set as input pin 1

source

pub fn pin2(&mut self) -> PIN2_W<'_, 2>

Bit 2 - Set as input pin 2

source

pub fn pin3(&mut self) -> PIN3_W<'_, 3>

Bit 3 - Set as input pin 3

source

pub fn pin4(&mut self) -> PIN4_W<'_, 4>

Bit 4 - Set as input pin 4

source

pub fn pin5(&mut self) -> PIN5_W<'_, 5>

Bit 5 - Set as input pin 5

source

pub fn pin6(&mut self) -> PIN6_W<'_, 6>

Bit 6 - Set as input pin 6

source

pub fn pin7(&mut self) -> PIN7_W<'_, 7>

Bit 7 - Set as input pin 7

source

pub fn pin8(&mut self) -> PIN8_W<'_, 8>

Bit 8 - Set as input pin 8

source

pub fn pin9(&mut self) -> PIN9_W<'_, 9>

Bit 9 - Set as input pin 9

source

pub fn pin10(&mut self) -> PIN10_W<'_, 10>

Bit 10 - Set as input pin 10

source

pub fn pin11(&mut self) -> PIN11_W<'_, 11>

Bit 11 - Set as input pin 11

source

pub fn pin12(&mut self) -> PIN12_W<'_, 12>

Bit 12 - Set as input pin 12

source

pub fn pin13(&mut self) -> PIN13_W<'_, 13>

Bit 13 - Set as input pin 13

source

pub fn pin14(&mut self) -> PIN14_W<'_, 14>

Bit 14 - Set as input pin 14

source

pub fn pin15(&mut self) -> PIN15_W<'_, 15>

Bit 15 - Set as input pin 15

source

pub fn pin16(&mut self) -> PIN16_W<'_, 16>

Bit 16 - Set as input pin 16

source

pub fn pin17(&mut self) -> PIN17_W<'_, 17>

Bit 17 - Set as input pin 17

source

pub fn pin18(&mut self) -> PIN18_W<'_, 18>

Bit 18 - Set as input pin 18

source

pub fn pin19(&mut self) -> PIN19_W<'_, 19>

Bit 19 - Set as input pin 19

source

pub fn pin20(&mut self) -> PIN20_W<'_, 20>

Bit 20 - Set as input pin 20

source

pub fn pin21(&mut self) -> PIN21_W<'_, 21>

Bit 21 - Set as input pin 21

source

pub fn pin22(&mut self) -> PIN22_W<'_, 22>

Bit 22 - Set as input pin 22

source

pub fn pin23(&mut self) -> PIN23_W<'_, 23>

Bit 23 - Set as input pin 23

source

pub fn pin24(&mut self) -> PIN24_W<'_, 24>

Bit 24 - Set as input pin 24

source

pub fn pin25(&mut self) -> PIN25_W<'_, 25>

Bit 25 - Set as input pin 25

source

pub fn pin26(&mut self) -> PIN26_W<'_, 26>

Bit 26 - Set as input pin 26

source

pub fn pin27(&mut self) -> PIN27_W<'_, 27>

Bit 27 - Set as input pin 27

source

pub fn pin28(&mut self) -> PIN28_W<'_, 28>

Bit 28 - Set as input pin 28

source

pub fn pin29(&mut self) -> PIN29_W<'_, 29>

Bit 29 - Set as input pin 29

source

pub fn pin30(&mut self) -> PIN30_W<'_, 30>

Bit 30 - Set as input pin 30

source

pub fn pin31(&mut self) -> PIN31_W<'_, 31>

Bit 31 - Set as input pin 31

source

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

Writes raw bits to the register.

Methods from Deref<Target = W<DIRCLR_SPEC>>§

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<DIRCLR_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<DIRCLR_SPEC>> for W

source§

fn from(writer: W<DIRCLR_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

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.