Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_mtimer.c45 volatile uint64_t tmp_low, tmp_high, tmp_low1, tmp_high1; in bflb_mtimer_get_time_us() local
50 tmp_low = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET); in bflb_mtimer_get_time_us()
55 tmp_low = (uint64_t)csi_coret_get_value(); in bflb_mtimer_get_time_us()
59 } while (tmp_low > tmp_low1 || tmp_high != tmp_high1); in bflb_mtimer_get_time_us()

Completed in 3 milliseconds