Module kernel::hil::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.