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

  /src/sys/arch/evbarm/mpcsa/
mpcsa_usart.c 47 #ifdef MPCSA_USART_DEBUG
48 int mpcsa_usart_debug = MPCSA_USART_DEBUG; variable in typeref:typename:int
49 #define DPRINTFN(n,x) if (mpcsa_usart_debug>(n)) printf x;
mpcsa_usart.c 47 #ifdef MPCSA_USART_DEBUG
48 int mpcsa_usart_debug = MPCSA_USART_DEBUG; variable in typeref:typename:int
49 #define DPRINTFN(n,x) if (mpcsa_usart_debug>(n)) printf x;

Completed in 21 milliseconds