Home
last modified time | relevance | path

Searched refs:HwiPubintFunc (Results 1 – 2 of 2) 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] = {
29 (HwiPubintFunc)MSTACK_VECTOR,
30 (HwiPubintFunc)OsResetVector,
47 g_hwiTable[loop] = (HwiPubintFunc)OsHwiDefaultHandler; in OsHwiGICInit()
49 OS_SET_VECTOR(0, (HwiPubintFunc)MSTACK_VECTOR); in OsHwiGICInit()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_cpu_m4_external.h23 typedef void (*HwiPubintFunc)(void); typedef