Searched refs:esp_cpu_get_ccount (Results 1 – 6 of 6) sorted by relevance
156 tm_end = esp_cpu_get_ccount() / cpu_ticks_per_ms + CONFIG_ESP_COREDUMP_UART_DELAY; in esp_core_dump_to_uart()159 tm_cur = esp_cpu_get_ccount() / cpu_ticks_per_ms; in esp_core_dump_to_uart()
61 static inline esp_cpu_ccount_t esp_cpu_get_ccount(void) in esp_cpu_get_ccount() function
126 static inline esp_cpu_ccount_t esp_cpu_get_ccount(void) in esp_cpu_get_ccount() function
304 #define RECORD_TIME_START() do {__t1 = esp_cpu_get_ccount();}while(0)305 #define RECORD_TIME_END(p_time) do{__t2 = esp_cpu_get_ccount(); *p_time = (__t2-__t1);}whil…
1298 #define RECORD_TIME_START() do {__t1 = esp_cpu_get_ccount();}while(0)1299 #define RECORD_TIME_END(p_time) do{__t2 = esp_cpu_get_ccount(); *p_time = (__t2-__t1);}while(0)
97 uint32_t currtime=esp_cpu_get_ccount(); in gpio_handshake_isr_handler()