efm32lg: adc: Misspelling in ADC_CTRL_LPFMODE definition.
This commit is contained in:
parent
90ea97c3e5
commit
0d815061d9
@ -70,7 +70,7 @@
|
||||
#define ADC_CTRL_LPFMODE_SHIFT (4)
|
||||
#define ADC_CTRL_LPFMODE_MASK (0x3 << ADC_CTRL_LPFMODE_SHIFT)
|
||||
#define ADC_CTRL_LPFMODE(v) \
|
||||
(((v) << ADC_CTRL_LPFMODEC_SHIFT) & ADC_CTRL_LPFMODEC_MASK)
|
||||
(((v) << ADC_CTRL_LPFMODE_SHIFT) & ADC_CTRL_LPFMODE_MASK)
|
||||
#define ADC_CTRL_LPFMODE_BYPASS ADC_CTRL_LPFMODE(0)
|
||||
#define ADC_CTRL_LPFMODE_DECAP ADC_CTRL_LPFMODE(1)
|
||||
#define ADC_CTRL_LPFMODE_RCFILT ADC_CTRL_LPFMODE(2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user