Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 87) sorted by relevance

1234

/hal_espressif-3.4.0/examples/system/ulp_fsm/ulp/main/ulp/
Dpulse_cnt.S32 .global next_edge
38 .global debounce_counter
44 .global debounce_max_count
49 .global edge_count
55 .global edge_count_to_wake_up
61 .global io_number
67 .global entry
108 .global changed
122 .global edge_detected
/hal_espressif-3.4.0/components/freertos/port/riscv/
Dportasm.S15 .global uxInterruptNesting
16 .global uxSchedulerRunning
17 .global xIsrStackTop
18 .global pxCurrentTCB
19 .global vTaskSwitchContext
20 .global xPortSwitchFlag
31 .global rtos_int_enter
65 .global rtos_int_exit
/hal_espressif-3.4.0/components/freertos/port/xtensa/
Dxtensa_vectors.S389 .global _xt_intexc_hooks
433 .global _DebugExceptionVector
435 .global xt_debugexception
455 .global _DoubleExceptionVector
480 .global _KernelExceptionVector
512 .global _UserExceptionVector
534 .global LoadStoreErrorHandler
535 .global AlignmentErrorHandler
727 .global _xt_user_exit
825 .global _xt_coproc_sa_offset
[all …]
Dxtensa_vector_defaults.S27 .global xt_debugexception
126 .global xt_highint2
144 .global xt_highint3
163 .global xt_highint4
182 .global xt_highint5
202 .global _xt_highint6
203 .global xt_highint6
222 .global _xt_nmi
223 .global xt_nmi
Dxtensa_context.S94 .global _xt_context_save
239 .global _xt_context_restore
358 .global _xt_coproc_init
408 .global _xt_coproc_release
463 .global _xt_coproc_savecs
573 .global _xt_coproc_restorecs
Dportasm.S43 .global port_IntStack
44 .global port_IntStackTop
45 .global port_switch_flag
65 .global _frxt_setup_switch
/hal_espressif-3.4.0/examples/system/ulp_fsm/ulp_adc/main/ulp/
Dadc.S39 .global low_thr
45 .global high_thr
50 .global sample_counter
54 .global last_result
60 .global entry
101 .global exit
105 .global wake_up
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dtls_internal.c37 struct tls_global *global; in tls_init() local
51 global = (struct tls_global *)os_zalloc(sizeof(*global)); in tls_init()
52 if (global == NULL) in tls_init()
55 return global; in tls_init()
60 struct tls_global *global = ssl_ctx; in tls_deinit() local
67 tlsv1_cred_free(global->server_cred); in tls_deinit()
71 os_free(global); in tls_deinit()
84 struct tls_global *global = tls_ctx; in tls_connection_init() local
90 if (!global->server) { in tls_connection_init()
99 if (global->server) { in tls_connection_init()
[all …]
/hal_espressif-3.4.0/components/xtensa/
Dxtensa_intr_asm.S47 .global _xt_intdata
50 .global _xt_intenable
53 .global _xt_vpri_mask
79 .global _xt_interrupt_table
114 .global _xt_exception_table
138 .global xt_ints_on
188 .global xt_ints_off
/hal_espressif-3.4.0/components/wpa_supplicant/src/utils/
Dstate_machine.h34 int global)
47 if (!global || sm->machine ## _state != machine ## _ ## state) { \
66 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
84 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
/hal_espressif-3.4.0/tools/ci/
Dmultirun_with_pyenv.sh38 $(pyenv global $ver) || exit 1
42 pyenv global system;
48 { pyenv global system; } || { echo 'Restoring the system version of the Python interpreter has fail…
Dsetup_python.sh13 pyenv global $PYTHON_VER || {
25 pyenv global $ver
/hal_espressif-3.4.0/components/ulp/test/ulp/
Dtest_jumps_esp32.S7 .global jumps_pass
11 .global jumps_fail
16 .global test_jumps
98 .global done
/hal_espressif-3.4.0/components/esp_ipc/test/
Dtest_ipc_isr.S19 .global esp_test_ipc_isr_asm
36 .global esp_test_ipc_isr_get_other_core_id
54 .global esp_test_ipc_isr_get_cycle_count_other_cpu
/hal_espressif-3.4.0/components/ulp/ulp_riscv/
Dstart.S2 .global irq_vector
3 .global reset_vector
/hal_espressif-3.4.0/components/riscv/
Dvectors.S102 .global rtos_int_enter
103 .global rtos_int_exit
104 .global _global_interrupt_handler
118 .global _vector_table
219 .global _interrupt_handler
/hal_espressif-3.4.0/components/esp_gdbstub/xtensa/
Dgdbstub-entry.S6 .global gdbstub_handle_uart_int
7 .global _xt_gdbstub_int
/hal_espressif-3.4.0/components/esp_system/port/arch/xtensa/
Dpanic_handler_asm.S18 .global panicHandler
20 .global _xt_panic
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
Dulp-legacy.rst82 .global measurement_count
143 上述生成的头文件 ``$(ULP_APP_NAME).h`` 声明了入口点符号。在 ULP 应用程序的汇编源代码中,此符号必须标记为 ``.global``::
145 .global entry
Dulp.rst76 .global measurement_count
137 上述生成的头文件 ``${ULP_APP_NAME}.h`` 声明了入口点符号。在 ULP 应用程序的汇编源代码中,此符号必须标记为 ``.global``::
140 .global entry
/hal_espressif-3.4.0/components/esp_hw_support/test/
Dtest_dport_xt_highint5.S24 .global xt_highint5
79 .global ld_include_test_dport_xt_highint5
/hal_espressif-3.4.0/examples/system/ipc/ipc_isr/main/
Dasm_funcs.S20 .global get_ps_other_cpu
39 .global extended_ipc_isr_asm
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dhighint_hdl.S34 .global xt_highint4
109 .global ld_include_highint_hdl
/hal_espressif-3.4.0/zephyr/esp32/src/hal/
Dwindowspill_asm.S86 .global xthal_spill_registers_into_stack_nw
90 .global xthal_window_spill_nw
366 .global xthal_window_spill
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dhighint_hdl.S43 .global xt_highint4
145 .global ld_include_highint_hdl

1234