OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPMODE_CONSOLE
(Results
1 - 3
of
3
) sorted by null
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h
100
#define
OPMODE_CONSOLE
0x01
132
((g_opmode &
OPMODE_CONSOLE
) \
137
((g_opmode &
OPMODE_CONSOLE
) \
main.c
119
g_opmode =
OPMODE_CONSOLE
;
138
g_opmode |=
OPMODE_CONSOLE
;
245
if (g_opmode &
OPMODE_CONSOLE
) {
AKFS_Measure.c
257
if (g_opmode &
OPMODE_CONSOLE
) {
Completed in 813 milliseconds