Searched refs:IOMUX_PAD_GET_PULL (Results 1 – 2 of 2) sorted by relevance
56 set = IOMUX_PAD_GET_PULL(pin_mux) << ((gpio_idx & 0xF) << 1); in configure_pin_props()
79 #define IOMUX_PAD_GET_PULL(mux) (((mux) >> 19) & 0x3) macro