Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi.c28 VEC_SEC_DATA HwiPubintFunc g_hwiTable[OS_MX_VECTOR_CNT + 1] = { variable
47 g_hwiTable[loop] = (HwiPubintFunc)OsHwiDefaultHandler; in OsHwiGICInit()
64 g_hwiTable[loop] = OsInterrupt; in OsHwiGICInit()
68 *(volatile U32 *)OS_NVIC_VTOR = (U32)(uintptr_t)g_hwiTable; in OsHwiGICInit()
Dprt_hwi_internal.h42 #define OS_SET_VECTOR(num, vector) (g_hwiTable[(num)] = (vector))
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_vector.S27 .extern g_hwiTable