Searched refs:_uartDbgLevel (Results 1 – 1 of 1) sorted by relevance
131 #define UART_DBG_FUNC() if (_uartDbgLevel >= E_UART_DBGLV_ALL) \133 #define UART_DBG_INFO(x, args...) if (_uartDbgLevel >= E_UART_DBGLV_INFO ) \135 #define UART_DBG_ERR(x, args...) if (_uartDbgLevel >= E_UART_DBGLV_ERR_ONLY) \195 static UART_DbgLv _uartDbgLevel = E_UART_DBGLV_ERR_ONLY; variable420 _uartDbgLevel = (UART_DbgLv)level; in MDrv_UART_SetDbgLevel()