drivers: adc: support for adc channel gain factor of 128
Support specifying a gain factor of 128 when configuring ADC channels. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
599aac42f9
commit
9d71384e50
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ enum adc_gain {
|
||||||
ADC_GAIN_16, /**< x 16. */
|
ADC_GAIN_16, /**< x 16. */
|
||||||
ADC_GAIN_32, /**< x 32. */
|
ADC_GAIN_32, /**< x 32. */
|
||||||
ADC_GAIN_64, /**< x 64. */
|
ADC_GAIN_64, /**< x 64. */
|
||||||
|
ADC_GAIN_128, /**< x 128. */
|
||||||
};
|
};
|
||||||
|
|
||||||
/** @brief ADC references. */
|
/** @brief ADC references. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue