Home
last modified time | relevance | path

Searched refs:fun_sel (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/soc/esp32/include/soc/
Drtc_io_struct.h182 uint32_t fun_sel: 2; /*the functional selection signal of the pad*/ member
242 uint32_t fun_sel: 2; /*the functional selection signal of the pad*/ member
/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/soc/esp32s3/include/soc/
Drtc_io_struct.h124 uint32_t fun_sel : 2; /*function sel*/ member
181 uint32_t fun_sel : 2; /*PDAC1 function sel*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc_io_struct.h115 uint32_t fun_sel: 2; /*function sel*/ member
173 uint32_t fun_sel: 2; /*PDAC1 function sel*/ member
/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
69 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
66 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
62 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
65 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
70 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
65 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; 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
68 *fun_sel = (iomux_reg_val & MCU_SEL_M) >> MCU_SEL_S; in gpio_ll_get_io_config()