/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_sleep_retention.c | 41 gdma_channel_retention_arg_t *parg = (gdma_channel_retention_arg_t *)arg; in sleep_gdma_channel_retention_init() local 42 int group_id = parg->group_id; in sleep_gdma_channel_retention_init() 43 int pair_id = parg->pair_id; in sleep_gdma_channel_retention_init()
|
/hal_espressif-latest/components/esp_timer/src/ |
D | ets_timer_legacy.c | 52 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) in ets_timer_setfn() argument 62 .arg = parg, in ets_timer_setfn() 122 void os_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg) __attribute__((alias("et…
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 111 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 113 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 111 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 113 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 112 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 114 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 111 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 113 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 117 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 119 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 113 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 115 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 118 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 120 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 118 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 120 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 116 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 118 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_modem_wrapper.h | 40 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg);
|
D | esp_coexist_adapter.h | 47 void (* _timer_setfn)(void *ptimer, void *pfunction, void *parg);
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 159 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 161 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 116 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 118 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 114 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 116 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 117 void esp_coex_common_timer_setfn_wrapper(void *ptimer, void *pfunction, void *parg) in esp_coex_common_timer_setfn_wrapper() argument 119 ets_timer_setfn(ptimer, pfunction, parg); in esp_coex_common_timer_setfn_wrapper()
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | ets_sys.h | 266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | ets_sys.h | 266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | ets_sys.h | 266 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | ets_sys.h | 256 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/wpa_supplicant/port/include/ |
D | os.h | 388 static inline void os_timer_setfn(void *ptimer, void *pfunction, void *parg) in os_timer_setfn() argument 390 return wifi_funcs->_timer_setfn(ptimer, pfunction, parg); in os_timer_setfn()
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | ets_sys.h | 278 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | ets_sys.h | 276 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | ets_sys.h | 361 void ets_timer_setfn(ETSTimer *ptimer, ETSTimerFunc *pfunction, void *parg);
|