Home
last modified time | relevance | path

Searched refs:PRT_HwiUnLock (Results 1 - 5 of 5) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H A Dprt_vi_dispatch.c26 intSave = PRT_HwiUnLock(); in OsTickBh()
H A Dprt_hwi.c100 (void)PRT_HwiUnLock(); in OsInterrupt()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_dispatch.S18 .global PRT_HwiUnLock
31 .type PRT_HwiUnLock, function
159 PRT_HwiUnLock: label
/kernel/uniproton/src/include/uapi/
H A Dprt_hwi.h508 extern uintptr_t PRT_HwiUnLock(void);
523 * @see PRT_HwiUnLock | PRT_HwiRestore
538 * @param intSave [IN] 类型#uintptr_t,关全局中断PRT_HwiLock和开全局中断PRT_HwiUnLock的返回值。
543 * @see PRT_HwiUnLock | PRT_HwiLock
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H A Dos_cpu_armv7_m_external.h97 #define OsIntUnLock() PRT_HwiUnLock()

Completed in 2 milliseconds