Home
last modified time | relevance | path

Searched refs:LOS_ERRTYPE_WARN (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/include/
H A Dlos_errno.h64 #define LOS_ERRTYPE_WARN (0x01U << 24) macro
97 (LOS_ERRTYPE_WARN | LOS_ERRNO_OS_ID | ((UINT32)(MID) << 8) | ((UINT32)(ERRNO)))
/kernel/liteos_m/utils/
H A Dlos_error.h63 #define LOS_ERRTYPE_WARN ((UINT32)0x01 << 24) macro
96 (LOS_ERRTYPE_WARN | LOS_ERRNO_OS_ID | ((UINT32)(moduleID) << 8) | (errno))

Completed in 2 milliseconds