Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/env/
Denv_system.h38 #define ENV_RESTYPE_NONE ((ENVType)0x0)
39 #define ENV_RESTYPE_STRING ((ENVType)0x1)
40 #define ENV_RESTYPE_BINARY ((ENVType)0x2)
41 #define ENV_RESTYPE_S8 ((ENVType)0x3)
42 #define ENV_RESTYPE_U8 ((ENVType)0x4)
43 #define ENV_RESTYPE_S16 ((ENVType)0x5)
44 #define ENV_RESTYPE_U16 ((ENVType)0x6)
45 #define ENV_RESTYPE_S32 ((ENVType)0x7)
46 #define ENV_RESTYPE_U32 ((ENVType)0x8)
47 #define ENV_RESTYPE_BOOL ((ENVType)0x9)
[all …]
/TwlSDK-5.1.0/build/libraries/env/common/src/
Denv_system.c596 ENVType ENV_GetType(const char *name) in ENV_GetType()
599 return (ENVType)((p) ? p->type : ENV_RESTYPE_NONE); in ENV_GetType()
829 ENVResource *ENV_SearchByType(ENVResourceIter * iter, ENVType type) in ENV_SearchByType()