Home
last modified time | relevance | path

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

/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_common.c45 static uint64_t FWK_SECTION(".system_ram") get_cntvct(void) in get_cntvct() function
54 uint64_t start = get_cntvct(); in delay()
56 while ((get_cntvct() - start) < cycles) in delay()

Completed in 2 milliseconds