Copyright (c) 2023 IACE. More...
Go to the source code of this file.
Classes | |
| struct | ADC::Channel |
| Class representing one measured pin/value. More... | |
| struct | ADC::HW |
| Analog to Digital Converter Peripheral Driver. More... | |
| struct | ADC::HW::Conf |
| driver configuration More... | |
| struct | ADC::HW::ChannelConf |
| channel configuration More... | |
Copyright (c) 2023 IACE.
| struct ADC::HW::Conf |
driver configuration
| Class Members | ||
|---|---|---|
| ADC_TypeDef * | adc | ADC Peripheral. |
| uint32_t | prescaler | Peripheral clock prescaler. |
| DMA_Stream_TypeDef * | dmaStream | DMA Stream for reading out raw values. |
| uint32_t | dmaChannel | DMA Channel. |