Home
last modified time | relevance | path

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

/kernel/uniproton/src/core/kernel/timer/
Dprt_timer.c34 return OS_ERRNO_TIMER_INTERVAL_INVALID; in PRT_TimerCreate()
/kernel/uniproton/src/include/uapi/
Dprt_timer.h71 #define OS_ERRNO_TIMER_INTERVAL_INVALID OS_ERRNO_BUILD_ERROR(OS_MID_TIMER, 0x04) macro