Lines Matching refs:ADC
1 STMicroelectronics STM32 ADC device
3 STM32 ADC is a successive approximation analog-to-digital converter.
5 in single, continuous, scan or discontinuous mode. Result of the ADC is
12 Each STM32 ADC block can have up to 3 ADC instances.
28 - reg: Offset and length of the ADC block register set.
29 - interrupts: One or more interrupts for ADC block. Some parts like stm32f4
30 and stm32h7 share a common ADC interrupt line. stm32mp1 has two separate
31 interrupt lines, one for each ADC within ADC block.
47 - A pinctrl state named "default" for each ADC channel may be defined to set
48 inX ADC pins in mode of operation for analog input on external pin.
52 An ADC block node should contain at least one subnode, representing an
53 ADC instance available on the machine.
60 - reg: Offset of ADC instance in ADC block (e.g. may be 0x0, 0x100, 0x200).
61 - clocks: Input clock private to this ADC instance. It's required only on
64 - interrupts: IRQ Line for the ADC (e.g. may be 0 for adc@0, 1 for adc@100 or
66 - st,adc-channels: List of single-ended channels muxed for this ADC.
69 - st,adc-diff-channels: List of differential channels muxed for this ADC.
82 - dmas: Phandle to dma channel for this ADC instance.
92 fine tune of ADC sampling time may be recommended.