Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/soc/arm/nxp_lpc/lpc51u68/
Dsoc.h30 #define IOCON_PIO_MODE_PULLDOWN 0x08u macro
/Zephyr-Core-3.4.0/soc/arm/nxp_lpc/lpc54xxx/
Dsoc.h40 #define IOCON_PIO_MODE_PULLDOWN 0x08u macro
/Zephyr-Core-3.4.0/soc/arm/nxp_lpc/lpc55xxx/
Dsoc.h41 #define IOCON_PIO_MODE_PULLDOWN 0x10u /*!<@brief Selects pull-down function */ macro
/Zephyr-Core-3.4.0/drivers/gpio/
Dgpio_mcux_lpc.c114 *pinconfig &= ~(IOCON_PIO_MODE_PULLUP|IOCON_PIO_MODE_PULLDOWN); in gpio_mcux_lpc_configure()
118 *pinconfig |= IOCON_PIO_MODE_PULLDOWN; in gpio_mcux_lpc_configure()