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

  /src/sys/arch/arm/broadcom/
bcm2835_gpio.c 62 int bcm2835gpiodebug = 3; variable in typeref:typename:int
63 #define DPRINTF(l, x) do { if (l <= bcm2835gpiodebug) { printf x; } } while (0)
bcm2835_gpio.c 62 int bcm2835gpiodebug = 3; variable in typeref:typename:int
63 #define DPRINTF(l, x) do { if (l <= bcm2835gpiodebug) { printf x; } } while (0)

Completed in 27 milliseconds