/hal_espressif-3.5.0/components/esp_ipc/src/ |
D | esp_ipc.c | 68 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/ |
D | ets_sys.h | 572 #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/ |
D | ets_sys.h | 576 #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/ |
D | ets_sys.h | 574 #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__.py | 108 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/ |
D | esp_ipc_isr.c | 82 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/ |
D | allocator.c | 34 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()
|
D | thread.c | 43 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/ |
D | func_dev.c | 13 void func(void) in func() function
|
D | func_prod.c | 13 void func(void) in func() function
|
/hal_espressif-3.5.0/tools/templates/sample_component/ |
D | main.c | 4 void func(void) in func() function
|
/hal_espressif-3.5.0/components/bootloader_support/src/ |
D | bootloader_panic.c | 13 void __assert_func(const char *file, int line, const char *func, const char *expr) in __assert_func()
|
D | bootloader_random.c | 61 static void s_non_functional(const char *func) in s_non_functional()
|
/hal_espressif-3.5.0/components/soc/include/soc/ |
D | rtc_io_periph.h | 50 uint32_t func; /*!< Shift of pad function (FUN_SEL) field */ member 92 uint32_t func; /*!< Shift of pad function (FUN_SEL) field */ member
|
D | usb_periph.h | 32 const int func; member
|
D | sdio_slave_periph.h | 41 int func; member
|
/hal_espressif-3.5.0/components/soc/esp32s3/ |
D | usb_periph.h | 32 const int func; member
|
/hal_espressif-3.5.0/components/lwip/test_afl_host/ |
D | dhcp_di.h | 16 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/ |
D | test_common_spi.c | 209 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/ |
D | assert.c | 40 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/ |
D | xt_wdt.c | 87 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/ |
D | periodic_adv_demo.c | 42 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/peroidic_sync/main/ |
D | periodic_sync_demo.c | 41 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/multi-adv/main/ |
D | multi_adv_demo.c | 42 #define FUNC_SEND_WAIT_SEM(func, sem) do {\ argument
|
/hal_espressif-3.5.0/components/esp_eth/test_apps/ |
D | component_ut_test.py | 18 def configure_eth_if(func): # type: (typing.Any) -> typing.Any argument
|