Home
last modified time | relevance | path

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

/hardware/akm/AK8975_FS/akmdfs/
DAKFS_Common.h100 #define OPMODE_CONSOLE 0x01 macro
132 ((g_opmode & OPMODE_CONSOLE) \
137 ((g_opmode & OPMODE_CONSOLE) \
Dmain.c119 g_opmode = OPMODE_CONSOLE; in OptParse()
138 g_opmode |= OPMODE_CONSOLE; in OptParse()
245 if (g_opmode & OPMODE_CONSOLE) { in main()
DAKFS_Measure.c257 if (g_opmode & OPMODE_CONSOLE) { in AKFS_OutputResult()