Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_cpu_m4_external.h27 extern U32 g_hwiMaxNumConfig;
28 #define OS_HWI_MAX_NUM g_hwiMaxNumConfig
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi.c21 OS_SEC_BSS U32 g_hwiMaxNumConfig; variable
93 if (hwiNum > g_hwiMaxNumConfig) { in OsInterrupt()
/kernel/uniproton/src/core/kernel/irq/
Dprt_irq.c90 size = g_hwiMaxNumConfig * (sizeof(struct TagHwiHandleForm) + sizeof(struct TagHwiModeForm)); in OsHwiResourceAlloc()
92 size = g_hwiMaxNumConfig * sizeof(struct TagHwiHandleForm); in OsHwiResourceAlloc()
105 …g_hwiModeForm = (struct TagHwiModeForm *)(addr + g_hwiMaxNumConfig * sizeof(struct TagHwiHandleFor… in OsHwiResourceAlloc()
/kernel/uniproton/src/core/kernel/sys/
Dprt_sys_init.c54 g_hwiMaxNumConfig = modInfo->hwiMaxNum; in OsSysRegister()