Skip to main content

RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 29 fields pub pio0_17: Reg<PIO0_17_SPEC>, pub pio0_13: Reg<PIO0_13_SPEC>, pub pio0_12: Reg<PIO0_12_SPEC>, pub pio0_5: Reg<PIO0_5_SPEC>, pub pio0_4: Reg<PIO0_4_SPEC>, pub pio0_3: Reg<PIO0_3_SPEC>, pub pio0_2: Reg<PIO0_2_SPEC>, pub pio0_11: Reg<PIO0_11_SPEC>, pub pio0_10: Reg<PIO0_10_SPEC>, pub pio0_16: Reg<PIO0_16_SPEC>, pub pio0_15: Reg<PIO0_15_SPEC>, pub pio0_1: Reg<PIO0_1_SPEC>, pub pio0_9: Reg<PIO0_9_SPEC>, pub pio0_8: Reg<PIO0_8_SPEC>, pub pio0_7: Reg<PIO0_7_SPEC>, pub pio0_6: Reg<PIO0_6_SPEC>, pub pio0_0: Reg<PIO0_0_SPEC>, pub pio0_14: Reg<PIO0_14_SPEC>, pub pio0_28: Reg<PIO0_28_SPEC>, pub pio0_27: Reg<PIO0_27_SPEC>, pub pio0_26: Reg<PIO0_26_SPEC>, pub pio0_25: Reg<PIO0_25_SPEC>, pub pio0_24: Reg<PIO0_24_SPEC>, pub pio0_23: Reg<PIO0_23_SPEC>, pub pio0_22: Reg<PIO0_22_SPEC>, pub pio0_21: Reg<PIO0_21_SPEC>, pub pio0_20: Reg<PIO0_20_SPEC>, pub pio0_19: Reg<PIO0_19_SPEC>, pub pio0_18: Reg<PIO0_18_SPEC>, /* private fields */
}
Expand description

Register block

Fields§

§pio0_17: Reg<PIO0_17_SPEC>

0x00 - Digital I/O control for pins PIO0_17

§pio0_13: Reg<PIO0_13_SPEC>

0x04 - Digital I/O control for pins PIO0_13

§pio0_12: Reg<PIO0_12_SPEC>

0x08 - Digital I/O control for pins PIO0_12

§pio0_5: Reg<PIO0_5_SPEC>

0x0c - Digital I/O control for pins PIO0_5

§pio0_4: Reg<PIO0_4_SPEC>

0x10 - Digital I/O control for pins PIO0_4

§pio0_3: Reg<PIO0_3_SPEC>

0x14 - Digital I/O control for pins PIO0_3

§pio0_2: Reg<PIO0_2_SPEC>

0x18 - Digital I/O control for pins PIO0_2

§pio0_11: Reg<PIO0_11_SPEC>

0x1c - Digital I/O control for pins PIO0_11

§pio0_10: Reg<PIO0_10_SPEC>

0x20 - Digital I/O control for pins PIO0_10

§pio0_16: Reg<PIO0_16_SPEC>

0x24 - Digital I/O control for pins PIO0_16

§pio0_15: Reg<PIO0_15_SPEC>

0x28 - Digital I/O control for pins PIO0_15

§pio0_1: Reg<PIO0_1_SPEC>

0x2c - Digital I/O control for pins PIO0_1

§pio0_9: Reg<PIO0_9_SPEC>

0x34 - Digital I/O control for pins PIO0_9

§pio0_8: Reg<PIO0_8_SPEC>

0x38 - Digital I/O control for pins PIO0_8

§pio0_7: Reg<PIO0_7_SPEC>

0x3c - Digital I/O control for pins PIO0_7

§pio0_6: Reg<PIO0_6_SPEC>

0x40 - Digital I/O control for pins PIO0_6

§pio0_0: Reg<PIO0_0_SPEC>

0x44 - Digital I/O control for pins PIO0_0

§pio0_14: Reg<PIO0_14_SPEC>

0x48 - Digital I/O control for pins PIO0_14

§pio0_28: Reg<PIO0_28_SPEC>

0x50 - Digital I/O control for pins PIO0_28

§pio0_27: Reg<PIO0_27_SPEC>

0x54 - Digital I/O control for pins PIO0_27

§pio0_26: Reg<PIO0_26_SPEC>

0x58 - Digital I/O control for pins PIO0_26

§pio0_25: Reg<PIO0_25_SPEC>

0x5c - Digital I/O control for pins PIO0_25

§pio0_24: Reg<PIO0_24_SPEC>

0x60 - Digital I/O control for pins PIO0_24

§pio0_23: Reg<PIO0_23_SPEC>

0x64 - Digital I/O control for pins PIO0_23

§pio0_22: Reg<PIO0_22_SPEC>

0x68 - Digital I/O control for pins PIO0_22

§pio0_21: Reg<PIO0_21_SPEC>

0x6c - Digital I/O control for pins PIO0_21

§pio0_20: Reg<PIO0_20_SPEC>

0x70 - Digital I/O control for pins PIO0_20

§pio0_19: Reg<PIO0_19_SPEC>

0x74 - Digital I/O control for pins PIO0_19

§pio0_18: Reg<PIO0_18_SPEC>

0x78 - Digital I/O control for pins PIO0_18

Auto Trait Implementations§

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>,

Source§

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>,

Source§

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.