kernel::hil

Module adc

Source
Expand description

Interfaces for analog to digital converter peripherals.

Traitsยง

  • Simple interface for reading an ADC sample on any channel.
  • Interface for continuously sampling at a given frequency on a channel. Requires the AdcSimple interface to have been implemented as well.
  • Trait for handling callbacks from simple ADC calls.
  • Trait for handling callbacks from high-speed ADC calls.