Home
last modified time | relevance | path

Searched refs:OS_MAX_U32 (Results 1 – 6 of 6) sorted by relevance

/kernel/uniproton/src/utility/lib/
Dprt_lib_math64.c23 if (*low > OS_MAX_U32 - oldLow) { in OsAdd64X()
/kernel/uniproton/src/core/kernel/timer/swtmr/
Dprt_swtmr_init.c93 DIV64(OS_SYS_MS_PER_SECOND * ((U64)OS_MAX_U32), g_tickModInfo.tickPerSecond)) { // 溢出判断 in OsSwTmrCreateTimerParaChk()
238 if (g_swTmrMaxNum > (OS_MAX_U32 / sizeof(struct TagSwTmrCtrl))) { in OsSwTmrResInit()
/kernel/uniproton/src/utility/lib/include/
Dprt_lib_external.h54 #define OS_MAX_U32 0xFFFFFFFFU macro
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
Dprt_hwi.c164 *(volatile U32 *)((uintptr_t)OS_NVIC_CLRPEND_BASE + loop) = OS_MAX_U32; in PRT_HwiClearAllPending()
/kernel/uniproton/src/core/kernel/task/
Dprt_task_info.c92 stackInfo->peakUsed = OS_MAX_U32; in OsTaskStackPeakGet()
Dprt_task_init.c206 if (stackAddrLen > OS_MAX_U32) { in OsTaskCreateParaCheck()