Home
last modified time | relevance | path

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

/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_irq.c112 uint8_t clicCfg = getreg8(CLIC_HART0_BASE + CLIC_CFG_OFFSET); in bflb_irq_set_nlbits()
113 putreg8((clicCfg & 0xe1) | ((nlbits & 0xf) << 1), CLIC_HART0_BASE + CLIC_CFG_OFFSET); in bflb_irq_set_nlbits()
124 uint8_t nlbits = getreg8(CLIC_HART0_BASE + CLIC_CFG_OFFSET) >> 1 & 0xf; in bflb_irq_set_priority()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/arch/risc-v/e24/
A Dclic.h15 #define CLIC_CFG_OFFSET 0xc00 macro

Completed in 5 milliseconds