Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dsoc.h31 #define IOCON_PIO_MODE_PULLUP 0x10u macro
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dsoc.h39 #define IOCON_PIO_MODE_PULLUP 0x10u macro
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dsoc.h42 #define IOCON_PIO_MODE_PULLUP 0x20u /*!<@brief Selects pull-up function */ macro
/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c140 *pinconfig &= ~(IOCON_PIO_MODE_PULLUP|IOCON_PIO_MODE_PULLDOWN); in gpio_mcux_lpc_configure()
142 *pinconfig |= IOCON_PIO_MODE_PULLUP; in gpio_mcux_lpc_configure()
152 *pinconfig &= ~(IOCON_PIO_MODE_PULLUP|IOCON_PIO_MODE_PULLDOWN); in gpio_mcux_lpc_configure()