embassy-mspm0

Crates

git

Versions

mspm0c110x

Flavors

Trait Pin

Source
pub trait Pin:
    PeripheralType
    + Into<AnyPin>
    + SealedPin
    + Sized
    + 'static {
    // Provided method
    fn pin_cm(&self) -> u8 { ... }
}
Expand description

Interface for a Pin that can be configured by an Input or Output driver, or converted to an AnyPin.

Provided Methods§

Source

fn pin_cm(&self) -> u8

The index of this pin in PINCM (pin control management) registers.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl Pin for PA0

Source§

impl Pin for PA1

Source§

impl Pin for PA2

Source§

impl Pin for PA4

Source§

impl Pin for PA6

Source§

impl Pin for PA11

Source§

impl Pin for PA16

Source§

impl Pin for PA17

Source§

impl Pin for PA18

Source§

impl Pin for PA19

Source§

impl Pin for PA20

Source§

impl Pin for PA22

Source§

impl Pin for PA23

Source§

impl Pin for PA24

Source§

impl Pin for PA25

Source§

impl Pin for PA26

Source§

impl Pin for PA27

Source§

impl Pin for PA28

Source§

impl Pin for AnyPin