Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 69) sorted by relevance

123

/hal_espressif-3.5.0/components/esp_ipc/src/
Desp_ipc.c68 esp_ipc_func_t func = s_func[cpuid]; in ipc_task() local
117 static esp_err_t esp_ipc_call_and_wait(uint32_t cpu_id, esp_ipc_func_t func, void* arg, esp_ipc_wai… in esp_ipc_call_and_wait()
154 esp_err_t esp_ipc_call(uint32_t cpu_id, esp_ipc_func_t func, void* arg) in esp_ipc_call()
159 esp_err_t esp_ipc_call_blocking(uint32_t cpu_id, esp_ipc_func_t func, void* arg) in esp_ipc_call_blocking()
166 esp_err_t esp_ipc_start_gcov_from_isr(uint32_t cpu_id, esp_ipc_func_t func, void* arg) in esp_ipc_start_gcov_from_isr()
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dets_sys.h572 #define ETS_WMAC_INTR_ATTACH(func, arg) \ argument
575 #define ETS_TG0_T0_INTR_ATTACH(func, arg) \ argument
578 #define ETS_GPIO_INTR_ATTACH(func, arg) \ argument
581 #define ETS_UART0_INTR_ATTACH(func, arg) \ argument
584 #define ETS_WDT_INTR_ATTACH(func, arg) \ argument
587 #define ETS_SLC_INTR_ATTACH(func, arg) \ argument
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dets_sys.h576 #define ETS_WMAC_INTR_ATTACH(func, arg) \ argument
579 #define ETS_TG0_T0_INTR_ATTACH(func, arg) \ argument
582 #define ETS_GPIO_INTR_ATTACH(func, arg) \ argument
585 #define ETS_UART0_INTR_ATTACH(func, arg) \ argument
588 #define ETS_WDT_INTR_ATTACH(func, arg) \ argument
591 #define ETS_SLC_INTR_ATTACH(func, arg) \ argument
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dets_sys.h574 #define ETS_WMAC_INTR_ATTACH(func, arg) \ argument
577 #define ETS_TG0_T0_INTR_ATTACH(func, arg) \ argument
580 #define ETS_GPIO_INTR_ATTACH(func, arg) \ argument
583 #define ETS_UART0_INTR_ATTACH(func, arg) \ argument
586 #define ETS_WDT_INTR_ATTACH(func, arg) \ argument
589 #define ETS_SLC_INTR_ATTACH(func, arg) \ argument
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/
D__init__.py108 def ci_target_check(func): argument
121 def test_func_generator(func, app, target, ci_target, module, execution_time, level, erase_nvs, **k… argument
156 def test(func): argument
177 def test(func): argument
199 def test(func): argument
222 def test(func): argument
/hal_espressif-3.5.0/components/esp_ipc/src/esp_ipc_isr/
Desp_ipc_isr.c82 void IRAM_ATTR esp_ipc_isr_asm_call(esp_ipc_isr_func_t func, void* arg) in esp_ipc_isr_asm_call()
89 void IRAM_ATTR esp_ipc_isr_asm_call_blocking(esp_ipc_isr_func_t func, void* arg) in esp_ipc_isr_asm_call_blocking()
172 static void IRAM_ATTR esp_ipc_isr_call_and_wait(esp_ipc_isr_func_t func, void* arg, esp_ipc_isr_wai… in esp_ipc_isr_call_and_wait()
/hal_espressif-3.5.0/components/bt/common/osi/
Dallocator.c34 const char *func; member
70 void osi_mem_dbg_record(void *p, int size, const char *func, int line) in osi_mem_dbg_record()
108 void osi_mem_dbg_clean(void *p, const char *func, int line) in osi_mem_dbg_clean()
Dthread.c43 osi_thread_func_t func; member
229 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post()
/hal_espressif-3.5.0/examples/build_system/cmake/multi_config/main/
Dfunc_dev.c13 void func(void) in func() function
Dfunc_prod.c13 void func(void) in func() function
/hal_espressif-3.5.0/tools/templates/sample_component/
Dmain.c4 void func(void) in func() function
/hal_espressif-3.5.0/components/bootloader_support/src/
Dbootloader_panic.c13 void __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
Dbootloader_random.c61 static void s_non_functional(const char *func) in s_non_functional()
/hal_espressif-3.5.0/components/soc/include/soc/
Drtc_io_periph.h50 uint32_t func; /*!< Shift of pad function (FUN_SEL) field */ member
92 uint32_t func; /*!< Shift of pad function (FUN_SEL) field */ member
Dusb_periph.h32 const int func; member
Dsdio_slave_periph.h41 int func; member
/hal_espressif-3.5.0/components/soc/esp32s3/
Dusb_periph.h32 const int func; member
/hal_espressif-3.5.0/components/lwip/test_afl_host/
Ddhcp_di.h16 void __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
/hal_espressif-3.5.0/components/driver/test/
Dtest_common_spi.c209 void spitest_gpio_output_sel(uint32_t gpio_num, int func, uint32_t signal_idx) in spitest_gpio_output_sel()
215 void spitest_gpio_input_sel(uint32_t gpio_num, int func, uint32_t signal_idx) in spitest_gpio_input_sel()
/hal_espressif-3.5.0/components/newlib/
Dassert.c40 void __attribute__((noreturn)) __assert_func(const char *file, int line, const char *func, const ch… in __assert_func()
/hal_espressif-3.5.0/components/esp_system/
Dxt_wdt.c87 void esp_xt_wdt_register_callback(esp_xt_callback_t func, void *arg) in esp_xt_wdt_register_callback()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_adv/main/
Dperiodic_adv_demo.c42 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/
Dperiodic_sync_demo.c41 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/
Dmulti_adv_demo.c42 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
/hal_espressif-3.5.0/components/esp_eth/test_apps/
Dcomponent_ut_test.py18 def configure_eth_if(func): # type: (typing.Any) -> typing.Any argument

123