/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rtc_io_struct.h | 182 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/ |
D | gpio_hal.h | 52 #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/ |
D | rtc_io_struct.h | 124 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/ |
D | rtc_io_struct.h | 115 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/ |
D | gpio_ll.h | 59 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/ |
D | gpio_ll.h | 55 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/ |
D | gpio_ll.h | 52 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/ |
D | gpio_ll.h | 54 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/ |
D | gpio_ll.h | 59 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/ |
D | gpio_ll.h | 55 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/ |
D | gpio_ll.h | 58 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()
|