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

  /src/sys/arch/arm/at91/
at91pio.c 53 #ifdef AT91PIO_DEBUG
54 int at91pio_debug = AT91PIO_DEBUG; variable in typeref:typename:int
55 #define DPRINTFN(n,x) if (at91pio_debug>(n)) printf x;
at91pio.c 53 #ifdef AT91PIO_DEBUG
54 int at91pio_debug = AT91PIO_DEBUG; variable in typeref:typename:int
55 #define DPRINTFN(n,x) if (at91pio_debug>(n)) printf x;

Completed in 25 milliseconds