Home
last modified time | relevance | path

Searched refs:func_in_sel_cfg (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgpio_ll.h522 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
568 typeof(hw->func_in_sel_cfg[in_sig_idx]) reg; in gpio_ll_get_in_signal_connected_io()
569 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dgpio_ll.h496 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
539 typeof(hw->func_in_sel_cfg[in_sig_idx]) reg; in gpio_ll_get_in_signal_connected_io()
540 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dgpio_ll.h664 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
717 typeof(hw->func_in_sel_cfg[in_sig_idx]) reg; in gpio_ll_get_in_signal_connected_io()
718 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgpio_ll.h503 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
550 typeof(hw->func_in_sel_cfg[in_sig_idx]) reg; in gpio_ll_get_in_signal_connected_io()
551 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dgpio_ll.h441 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
526 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/soc/esp32/include/soc/
Dgpio_struct.h198 } func_in_sel_cfg[256]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dgpio_struct.h388 volatile gpio_func_in_sel_cfg_reg_t func_in_sel_cfg[128]; member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgpio_ll.h480 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
524 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgpio_struct.h402 volatile gpio_func_in_sel_cfg_reg_t func_in_sel_cfg[128]; member
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dgpio_ll.h466 hw->func_in_sel_cfg[signal_idx].sig_in_sel = 0; in gpio_ll_iomux_in()
551 reg.val = hw->func_in_sel_cfg[in_sig_idx].val; in gpio_ll_get_in_signal_connected_io()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgpio_struct.h166 } func_in_sel_cfg[256]; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dgpio_struct.h164 } func_in_sel_cfg[256]; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dgpio_struct.h592 volatile gpio_func_in_sel_cfg_reg_t func_in_sel_cfg[128]; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgpio_struct.h199 } func_in_sel_cfg[128]; member
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c738 #define CHECK_IOMUX_PIN(HOST, PIN_NAME) if (GPIO.func_in_sel_cfg[spi_periph_signal[(HOST)].PIN_NAME… in spicommon_bus_using_iomux()