Home
last modified time | relevance | path

Searched refs:gpio_ll_iomux_func_sel (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dgpio_ll.h576 static inline void gpio_ll_iomux_func_sel(uint32_t pin_name, uint32_t func) in gpio_ll_iomux_func_sel() function
594 gpio_ll_iomux_func_sel(GPIO_PIN_MUX_REG[gpio_num], func); in gpio_ll_iomux_out()
/device/soc/esp/esp32/components/hal/include/hal/
Dgpio_hal.h475 #define gpio_hal_iomux_func_sel(pin_name, func) gpio_ll_iomux_func_sel(pin_name, func)