Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dpinctrl_soc.h37 IOCON_PIO_MODE_MASK | IOCON_PIO_FUNC_MASK)
44 #define Z_PINCTRL_IOCON_I_PIN_MASK (IOCON_PIO_FUNC_MASK | \
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dpinctrl_soc.h37 IOCON_PIO_MODE_MASK | IOCON_PIO_FUNC_MASK)
44 #define Z_PINCTRL_IOCON_I_PIN_MASK (IOCON_PIO_FUNC_MASK | \
/Zephyr-latest/soc/nxp/lpc/lpc11u6x/
Dpinctrl_soc.h37 #define Z_PINCTRL_IOCON_D_PIN_MASK (IOCON_PIO_FUNC_MASK | \
47 #define Z_PINCTRL_IOCON_I_PIN_MASK (IOCON_PIO_FUNC_MASK | \
Dsoc.h41 #define IOCON_PIO_FUNC_MASK IOCON_PIO_FUNC(0x7) macro
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dpinctrl_soc.h50 IOCON_PIO_MODE_MASK | IOCON_PIO_FUNC_MASK)
/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c109 *pinconfig &= ~(IOCON_PIO_FUNC_MASK); in gpio_mcux_lpc_configure()