Home
last modified time | relevance | path

Searched refs:LPC18XX_ANALOG_PIN (Results 1 – 1 of 1) sorted by relevance

/drivers/pinctrl/
Dpinctrl-lpc18xx.c204 #define LPC18XX_ANALOG_PIN BIT(7) macro
207 #define ADC0 (LPC18XX_ANALOG_PIN | (0x00 << 5))
208 #define ADC1 (LPC18XX_ANALOG_PIN | (0x01 << 5))
209 #define DAC LPC18XX_ANALOG_PIN
1175 if (function == FUNC_ADC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set()
1192 if (function == FUNC_DAC && (pin->analog & LPC18XX_ANALOG_PIN)) { in lpc18xx_pmx_set()