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

  /src/sys/arch/arm/at91/
at91usart.c 167 //#define USART_DEBUG 10
169 #ifdef USART_DEBUG
170 int usart_debug = USART_DEBUG; variable in typeref:typename:int
171 #define DPRINTFN(n,fmt) if (usart_debug >= (n)) printf fmt
at91usart.c 167 //#define USART_DEBUG 10
169 #ifdef USART_DEBUG
170 int usart_debug = USART_DEBUG; variable in typeref:typename:int
171 #define DPRINTFN(n,fmt) if (usart_debug >= (n)) printf fmt

Completed in 23 milliseconds