Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_mtimer.c15 *(volatile uint64_t *)(CLIC_CTRL_BASE + CLIC_MTIMECMP_OFFSET) += current_set_ticks; in systick_isr()
29 …*(volatile uint64_t *)(CLIC_CTRL_BASE + CLIC_MTIMECMP_OFFSET) = (*(volatile uint64_t *)(CLIC_CTRL_… in bflb_mtimer_config()
49 tmp_high = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET + 4); in bflb_mtimer_get_time_us()
50 tmp_low = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET); in bflb_mtimer_get_time_us()
51 tmp_low1 = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET); in bflb_mtimer_get_time_us()
52 tmp_high1 = getreg32(CLIC_CTRL_BASE + CLIC_MTIME_OFFSET + 4); in bflb_mtimer_get_time_us()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/e24/
A Dclic.h6 #define CLIC_CTRL_BASE 0x02000000UL macro

Completed in 4 milliseconds