xwrust::xwds::soc

Enum GpioPort

source
pub enum GpioPort {
Show 26 variants A = 0, B = 1, C = 2, D = 3, E = 4, F = 5, G = 6, H = 7, I = 8, J = 9, K = 10, L = 11, M = 12, N = 13, O = 14, P = 15, Q = 16, R = 17, S = 18, T = 19, U = 20, V = 21, W = 22, X = 23, Y = 24, Z = 25,
}
Expand description

GPIO 端口

Variants§

§

A = 0

GPIO 端口 A

§

B = 1

GPIO 端口 B

§

C = 2

GPIO 端口 C

§

D = 3

GPIO 端口 D

§

E = 4

GPIO 端口 E

§

F = 5

GPIO 端口 F

§

G = 6

GPIO 端口 G

§

H = 7

GPIO 端口 H

§

I = 8

GPIO 端口 I

§

J = 9

GPIO 端口 J

§

K = 10

GPIO 端口 K

§

L = 11

GPIO 端口 L

§

M = 12

GPIO 端口 M

§

N = 13

GPIO 端口 N

§

O = 14

GPIO 端口 O

§

P = 15

GPIO 端口 P

§

Q = 16

GPIO 端口 Q

§

R = 17

GPIO 端口 R

§

S = 18

GPIO 端口 S

§

T = 19

GPIO 端口 T

§

U = 20

GPIO 端口 U

§

V = 21

GPIO 端口 V

§

W = 22

GPIO 端口 W

§

X = 23

GPIO 端口 X

§

Y = 24

GPIO 端口 Y

§

Z = 25

GPIO 端口 Z

Auto Trait Implementations§

§

impl Freeze for GpioPort

§

impl RefUnwindSafe for GpioPort

§

impl Send for GpioPort

§

impl Sync for GpioPort

§

impl Unpin for GpioPort

§

impl UnwindSafe for GpioPort

Blanket Implementations§

§

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

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

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

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

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

§

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

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

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

§

fn into(self) -> U

Calls U::from(self).

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

§

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

§

type Error = Infallible

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

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

Performs the conversion.
§

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.
§

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

Performs the conversion.