Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.h65 #define IOPCTL_PIO_PULLUP_EN 0x20u macro
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.h68 #define IOPCTL_PIO_PULLUP_EN 0x20u macro
/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c133 *pinconfig |= IOPCTL_PIO_PULLUP_EN; in gpio_mcux_lpc_configure()
135 *pinconfig &= ~(IOPCTL_PIO_PULLUP_EN); in gpio_mcux_lpc_configure()