Expand description
Analog to Digital converter.
Modules§
- channel
- Additional channels
Structs§
- AdcSettings
- Configuration for the ADC peripheral.
Enums§
- Clock
Divider - The division factor between the system clock frequency and the input clock to the AD converter.
- Reference
Voltage - Select the voltage reference for the ADC peripheral
Traits§
- AdcChannel
- Trait marking a type as an ADC channel for a certain ADC.
- AdcOps
- Internal trait for the low-level ADC peripheral.
Type Aliases§
- Adc
- Check the
avr_hal_generic::adc::Adc
documentation. - Channel
- Check the
avr_hal_generic::adc::Channel
documentation.