Home
last modified time | relevance | path

Searched refs:OS_NVIC_CLRPEND_BASE (Results 1 – 2 of 2) sorted by relevance

/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi_internal.h78 #define OS_NVIC_CLRPEND_BASE 0xE000E280UL macro
113 …*(volatile U32 *)((uintptr_t)OS_NVIC_CLRPEND_BASE + (((hwiNum) >> 5) << 2)) = 1UL << ((hwiNum) & 0…
Dprt_hwi.c164 *(volatile U32 *)((uintptr_t)OS_NVIC_CLRPEND_BASE + loop) = OS_MAX_U32; in PRT_HwiClearAllPending()