HomeSort by: relevance | last modified time | path
    Searched defs:gpiodebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/gpio/
gpio.c 59 #define DPRINTFN(n, x) do { if (gpiodebug > (n)) printf x; } while (0)
60 int gpiodebug = 0; variable in typeref:typename:int
gpio.c 59 #define DPRINTFN(n, x) do { if (gpiodebug > (n)) printf x; } while (0)
60 int gpiodebug = 0; variable in typeref:typename:int

Completed in 28 milliseconds