Home
last modified time | relevance | path

Searched refs:sig_out (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dgpio_hal.h52 #define gpio_hal_get_io_config(hal, gpio_num, pu, pd, ie, oe, od, drv, fun_sel, sig_out, slp_sel) \ argument
53 … gpio_ll_get_io_config((hal)->dev, gpio_num, pu, pd, ie, oe, od, drv, fun_sel, sig_out, slp_sel)
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h59 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
70 *sig_out = hw->func_out_sel_cfg[gpio_num].out_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h55 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
67 *sig_out = hw->func_out_sel_cfg[gpio_num].func_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h52 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
63 *sig_out = hw->func_out_sel_cfg[gpio_num].func_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h54 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
66 *sig_out = hw->func_out_sel_cfg[gpio_num].func_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h59 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
71 *sig_out = hw->func_out_sel_cfg[gpio_num].func_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h55 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
66 *sig_out = hw->func_out_sel_cfg[gpio_num].func_sel; in gpio_ll_get_io_config()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h58 uint32_t *fun_sel, uint32_t *sig_out, bool *slp_sel) in gpio_ll_get_io_config() argument
69 *sig_out = hw->func_out_sel_cfg[gpio_num].out_sel; in gpio_ll_get_io_config()