Home
last modified time | relevance | path

Searched refs:dwt_cycle_counter_handle_t (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/common/src/
Dsl_core_cortexm.c49 } dwt_cycle_counter_handle_t; typedef
59 dwt_cycle_counter_handle_t atomic_cycle_counter = { 0 };
61 dwt_cycle_counter_handle_t critical_cycle_counter = { 0 };
71 static void cycle_counter_start(dwt_cycle_counter_handle_t *handle);
72 static void cycle_counter_stop(dwt_cycle_counter_handle_t *handle);
297 static void cycle_counter_start(dwt_cycle_counter_handle_t *handle) in cycle_counter_start()
313 static void cycle_counter_stop(dwt_cycle_counter_handle_t *handle) in cycle_counter_stop()
/hal_silabs-latest/gecko/emlib/src/
Dem_core.c284 } dwt_cycle_counter_handle_t; typedef
294 dwt_cycle_counter_handle_t atomic_cycle_counter = { 0 };
296 dwt_cycle_counter_handle_t critical_cycle_counter = { 0 };
306 static void cycle_counter_start(dwt_cycle_counter_handle_t *handle);
307 static void cycle_counter_stop(dwt_cycle_counter_handle_t *handle);
954 static void cycle_counter_start(dwt_cycle_counter_handle_t *handle)
968 static void cycle_counter_stop(dwt_cycle_counter_handle_t *handle)