Home
last modified time | relevance | path

Searched refs:PQ_DBG_P2P (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.h834 #define PQ_DBG_P2P (0x0100)///< Debug point to point macro
836 #define PQP2P_DBG(x) do { if( _u16PQDbgSwitch & PQ_DBG_P2P) x; } while(0);