Home
last modified time | relevance | path

Searched refs:esp_cpu_cycle_count_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h35 typedef uint32_t esp_cpu_cycle_count_t; typedef
157 FORCE_INLINE_ATTR esp_cpu_cycle_count_t esp_cpu_get_cycle_count(void) in esp_cpu_get_cycle_count()
160 return (esp_cpu_cycle_count_t)xt_utils_get_cycle_count(); in esp_cpu_get_cycle_count()
162 return (esp_cpu_cycle_count_t)rv_utils_get_cycle_count(); in esp_cpu_get_cycle_count()
174 FORCE_INLINE_ATTR void esp_cpu_set_cycle_count(esp_cpu_cycle_count_t cycle_count) in esp_cpu_set_cycle_count()
Dspinlock.h72 esp_cpu_cycle_count_t start_count; in spinlock_acquire()
/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_ll.h35 esp_cpu_set_cycle_count((esp_cpu_cycle_count_t)val); in cpu_ll_set_cycle_count()