Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/kernel/timer/swtmr/
Dprt_swtmr_init.c39 if (config->maxTimerNum == 0) { // 最大定时器个数为零 in OsSwTimerGroupCreate()
43 if (config->maxTimerNum > (U32)OS_MAX_U16) { in OsSwTimerGroupCreate()
55 g_swTmrMaxNum = config->maxTimerNum; in OsSwTimerGroupCreate()
116 OS_SEC_L4_TEXT U32 OsSwTmrInit(U32 maxTimerNum) in OsSwTmrInit() argument
121 config.maxTimerNum = maxTimerNum; in OsSwTmrInit()
/kernel/uniproton/src/config/
Dprt_config_internal.h68 extern U32 OsSwTmrInit(U32 maxTimerNum);
/kernel/uniproton/src/include/uapi/
Dprt_timer.h235 U32 maxTimerNum; member