embassy-stm32

Crates

git

Versions

stm32l476rc

Flavors

Module pin_roles

Source
Expand description

Defines roles and traits for TSC (Touch Sensing Controller) pins.

This module contains marker types and traits that represent different roles a TSC pin can have, such as channel, sample, or shield.

Structs§

Channel
Marker type for a TSC channel pin.
Sample
Marker type for a TSC sampling pin.
Shield
Marker type for a TSC shield pin.

Traits§

Role
Trait for TSC pin roles.