OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lunaws_debug
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/luna68k/dev/
lunaws.c
191
/* #define
LUNAWS_DEBUG
*/
193
#ifdef
LUNAWS_DEBUG
197
uint32_t
lunaws_debug
= 0x00 /* | DEBUG_BUZZER | DEBUG_KBDTX | DEBUG_RXSOFT */;
variable in typeref:typename:uint32_t
198
#define DPRINTF(x, y) if (
lunaws_debug
& (x)) printf y
lunaws.c
191
/* #define
LUNAWS_DEBUG
*/
193
#ifdef
LUNAWS_DEBUG
197
uint32_t
lunaws_debug
= 0x00 /* | DEBUG_BUZZER | DEBUG_KBDTX | DEBUG_RXSOFT */;
variable in typeref:typename:uint32_t
198
#define DPRINTF(x, y) if (
lunaws_debug
& (x)) printf y
Completed in 21 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025