Module kernel::hil::adc [] [src]

Interfaces for analog to digital converter peripherals.

Reexports

use returncode::ReturnCode;

Traits

Adc

Simple interface for reading an ADC sample on any channel.

AdcHighSpeed

Interface for continuously sampling at a given frequency on a channel. Requires the AdcSimple interface to have been implemented as well.

Client

Trait for handling callbacks from simple ADC calls.

HighSpeedClient

Trait for handling callbacks from high-speed ADC calls.