Module adc

Source
Expand description

Interfaces for analog to digital converter peripherals.

Traits§

Adc
Simple interface for reading an ADC sample on any channel.
AdcChannel
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.