embassy-rp

Crates

git

Versions

rp235xa

Flavors

embassy_rp::adc

Trait AdcSample

Source
pub trait AdcSample: SealedAdcSample { }
Expand description

ADC sample.

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.

Implementations on Foreign Types§

Source§

impl AdcSample for u8

Source§

impl AdcSample for u16

Implementors§