Searched refs:get_cntvct (Results 1 – 1 of 1) sorted by relevance
45 static uint64_t FWK_SECTION(".system_ram") get_cntvct(void) in get_cntvct() function54 uint64_t start = get_cntvct(); in delay()56 while ((get_cntvct() - start) < cycles) in delay()
Completed in 2 milliseconds