Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/lpc/lpc51u68/
Dsoc.h32 #define IOCON_PIO_MODE_PULLDOWN 0x08u macro
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dsoc.h40 #define IOCON_PIO_MODE_PULLDOWN 0x08u macro
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/
Dsoc.h41 #define IOCON_PIO_MODE_PULLDOWN 0x10u /*!<@brief Selects pull-down function */ macro
/Zephyr-latest/drivers/gpio/
Dgpio_mcux_lpc.c140 *pinconfig &= ~(IOCON_PIO_MODE_PULLUP|IOCON_PIO_MODE_PULLDOWN); in gpio_mcux_lpc_configure()
144 *pinconfig |= IOCON_PIO_MODE_PULLDOWN; in gpio_mcux_lpc_configure()
152 *pinconfig &= ~(IOCON_PIO_MODE_PULLUP|IOCON_PIO_MODE_PULLDOWN); in gpio_mcux_lpc_configure()