Struct esp32::io_mux::RegisterBlock

source ·
#[repr(C)]
pub struct RegisterBlock {
Show 37 fields pub pin_ctrl: PIN_CTRL, pub gpio36: GPIO36, pub gpio37: GPIO37, pub gpio38: GPIO38, pub gpio39: GPIO39, pub gpio34: GPIO34, pub gpio35: GPIO35, pub gpio32: GPIO32, pub gpio33: GPIO33, pub gpio25: GPIO25, pub gpio26: GPIO26, pub gpio27: GPIO27, pub gpio14: GPIO14, pub gpio12: GPIO12, pub gpio13: GPIO13, pub gpio15: GPIO15, pub gpio2: GPIO2, pub gpio0: GPIO0, pub gpio4: GPIO4, pub gpio16: GPIO16, pub gpio17: GPIO17, pub gpio9: GPIO9, pub gpio10: GPIO10, pub gpio11: GPIO11, pub gpio6: GPIO6, pub gpio7: GPIO7, pub gpio8: GPIO8, pub gpio5: GPIO5, pub gpio18: GPIO18, pub gpio19: GPIO19, pub gpio20: GPIO20, pub gpio21: GPIO21, pub gpio22: GPIO22, pub gpio3: GPIO3, pub gpio1: GPIO1, pub gpio23: GPIO23, pub gpio24: GPIO24,
}
Expand description

Register block

Fields§

§pin_ctrl: PIN_CTRL

0x00 -

§gpio36: GPIO36

0x04 -

§gpio37: GPIO37

0x08 -

§gpio38: GPIO38

0x0c -

§gpio39: GPIO39

0x10 -

§gpio34: GPIO34

0x14 -

§gpio35: GPIO35

0x18 -

§gpio32: GPIO32

0x1c -

§gpio33: GPIO33

0x20 -

§gpio25: GPIO25

0x24 -

§gpio26: GPIO26

0x28 -

§gpio27: GPIO27

0x2c -

§gpio14: GPIO14

0x30 -

§gpio12: GPIO12

0x34 -

§gpio13: GPIO13

0x38 -

§gpio15: GPIO15

0x3c -

§gpio2: GPIO2

0x40 -

§gpio0: GPIO0

0x44 -

§gpio4: GPIO4

0x48 -

§gpio16: GPIO16

0x4c -

§gpio17: GPIO17

0x50 -

§gpio9: GPIO9

0x54 -

§gpio10: GPIO10

0x58 -

§gpio11: GPIO11

0x5c -

§gpio6: GPIO6

0x60 -

§gpio7: GPIO7

0x64 -

§gpio8: GPIO8

0x68 -

§gpio5: GPIO5

0x6c -

§gpio18: GPIO18

0x70 -

§gpio19: GPIO19

0x74 -

§gpio20: GPIO20

0x78 -

§gpio21: GPIO21

0x7c -

§gpio22: GPIO22

0x80 -

§gpio3: GPIO3

0x84 -

§gpio1: GPIO1

0x88 -

§gpio23: GPIO23

0x8c -

§gpio24: GPIO24

0x90 -

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

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

const: unstable · 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 Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.
source§

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

§

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

The type returned in the event of a conversion error.
const: unstable · source§

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

Performs the conversion.