Searched refs:IOMUX_PAD_PULL (Results 1 – 3 of 3) sorted by relevance
26 (IOMUX_PAD_PULL(0x2) |)) /* pull down */ \28 (IOMUX_PAD_PULL(0x1) |)) /* pull up */ \
75 #define IOMUX_PAD_PULL(x) (((x) & 0x3) << 19) macro
122 pin_cfg |= IOMUX_PAD_PULL(0x1); in gpio_mcux_lpc_configure()124 pin_cfg |= IOMUX_PAD_PULL(0x2); in gpio_mcux_lpc_configure()