Home
last modified time | relevance | path

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

/kernel/uniproton/src/include/uapi/
Dprt_hwi.h407 extern U32 PRT_HwiEnable(HwiHandle hwiNum);
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi.c137 OS_SEC_L2_TEXT U32 PRT_HwiEnable(HwiHandle hwiNum) in PRT_HwiEnable() function
/kernel/uniproton/doc/design/
Dinterface_description.md195 U32 PRT_HwiEnable(HwiHandle hwiNum)
333 硬中断创建成功后,并不使能相应向量的中断,需要显式调用#PRT_HwiEnable单独使能。