embassy-stm32

Crates

git

Versions

stm32u5f9zj

Flavors

Skip to main content

Interface

Trait Interface 

Source
pub trait Interface {
    type Pins<'d>;

    const PIN_COUNT: usize;
}
Expand description

LTDC Interface trait

Required Associated Constants§

Source

const PIN_COUNT: usize

Number of pins used by the interface

Required Associated Types§

Source

type Pins<'d>

Pins type

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§