embassy-stm32

Crates

git

Versions

stm32h7a3li

Flavors

PinNumber

Type Alias PinNumber 

Source
pub type PinNumber = u8;
Expand description

GPIO pin number type.

Some chips have a total number of ports that exceeds 8, a larger integer is needed to hold the total pin number (ports * number).