[][src]Struct lpc82x_pac::iocon::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub pio0_17: PIO0_17,
    pub pio0_13: PIO0_13,
    pub pio0_12: PIO0_12,
    pub pio0_5: PIO0_5,
    pub pio0_4: PIO0_4,
    pub pio0_3: PIO0_3,
    pub pio0_2: PIO0_2,
    pub pio0_11: PIO0_11,
    pub pio0_10: PIO0_10,
    pub pio0_16: PIO0_16,
    pub pio0_15: PIO0_15,
    pub pio0_1: PIO0_1,
    pub pio0_9: PIO0_9,
    pub pio0_8: PIO0_8,
    pub pio0_7: PIO0_7,
    pub pio0_6: PIO0_6,
    pub pio0_0: PIO0_0,
    pub pio0_14: PIO0_14,
    pub pio0_28: PIO0_28,
    pub pio0_27: PIO0_27,
    pub pio0_26: PIO0_26,
    pub pio0_25: PIO0_25,
    pub pio0_24: PIO0_24,
    pub pio0_23: PIO0_23,
    pub pio0_22: PIO0_22,
    pub pio0_21: PIO0_21,
    pub pio0_20: PIO0_20,
    pub pio0_19: PIO0_19,
    pub pio0_18: PIO0_18,
    // some fields omitted
}

Register block

Fields

pio0_17: PIO0_17

0x00 - Digital I/O control for pins PIO0_17

pio0_13: PIO0_13

0x04 - Digital I/O control for pins PIO0_13

pio0_12: PIO0_12

0x08 - Digital I/O control for pins PIO0_12

pio0_5: PIO0_5

0x0c - Digital I/O control for pins PIO0_5

pio0_4: PIO0_4

0x10 - Digital I/O control for pins PIO0_4

pio0_3: PIO0_3

0x14 - Digital I/O control for pins PIO0_3

pio0_2: PIO0_2

0x18 - Digital I/O control for pins PIO0_2

pio0_11: PIO0_11

0x1c - Digital I/O control for pins PIO0_11

pio0_10: PIO0_10

0x20 - Digital I/O control for pins PIO0_10

pio0_16: PIO0_16

0x24 - Digital I/O control for pins PIO0_16

pio0_15: PIO0_15

0x28 - Digital I/O control for pins PIO0_15

pio0_1: PIO0_1

0x2c - Digital I/O control for pins PIO0_1

pio0_9: PIO0_9

0x34 - Digital I/O control for pins PIO0_9

pio0_8: PIO0_8

0x38 - Digital I/O control for pins PIO0_8

pio0_7: PIO0_7

0x3c - Digital I/O control for pins PIO0_7

pio0_6: PIO0_6

0x40 - Digital I/O control for pins PIO0_6

pio0_0: PIO0_0

0x44 - Digital I/O control for pins PIO0_0

pio0_14: PIO0_14

0x48 - Digital I/O control for pins PIO0_14

pio0_28: PIO0_28

0x50 - Digital I/O control for pins PIO0_28

pio0_27: PIO0_27

0x54 - Digital I/O control for pins PIO0_27

pio0_26: PIO0_26

0x58 - Digital I/O control for pins PIO0_26

pio0_25: PIO0_25

0x5c - Digital I/O control for pins PIO0_25

pio0_24: PIO0_24

0x60 - Digital I/O control for pins PIO0_24

pio0_23: PIO0_23

0x64 - Digital I/O control for pins PIO0_23

pio0_22: PIO0_22

0x68 - Digital I/O control for pins PIO0_22

pio0_21: PIO0_21

0x6c - Digital I/O control for pins PIO0_21

pio0_20: PIO0_20

0x70 - Digital I/O control for pins PIO0_20

pio0_19: PIO0_19

0x74 - Digital I/O control for pins PIO0_19

pio0_18: PIO0_18

0x78 - Digital I/O control for pins PIO0_18

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self