Searched refs:IOCON_PIO_FUNC_MASK (Results 1 – 6 of 6) sorted by relevance
37 IOCON_PIO_MODE_MASK | IOCON_PIO_FUNC_MASK)44 #define Z_PINCTRL_IOCON_I_PIN_MASK (IOCON_PIO_FUNC_MASK | \
37 #define Z_PINCTRL_IOCON_D_PIN_MASK (IOCON_PIO_FUNC_MASK | \47 #define Z_PINCTRL_IOCON_I_PIN_MASK (IOCON_PIO_FUNC_MASK | \
41 #define IOCON_PIO_FUNC_MASK IOCON_PIO_FUNC(0x7) macro
50 IOCON_PIO_MODE_MASK | IOCON_PIO_FUNC_MASK)
109 *pinconfig &= ~(IOCON_PIO_FUNC_MASK); in gpio_mcux_lpc_configure()