Searched refs:DbgConsoleUartStatus (Results 1 – 1 of 1) sorted by relevance
127 hal_uart_status_t DbgConsoleUartStatus = kStatus_HAL_UartError; in DbgConsole_EnterLowpower() local130 …DbgConsoleUartStatus = HAL_UartEnterLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0… in DbgConsole_EnterLowpower()132 return (status_t)DbgConsoleUartStatus; in DbgConsole_EnterLowpower()138 hal_uart_status_t DbgConsoleUartStatus = kStatus_HAL_UartError; in DbgConsole_ExitLowpower() local141 …DbgConsoleUartStatus = HAL_UartExitLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]… in DbgConsole_ExitLowpower()143 return (status_t)DbgConsoleUartStatus; in DbgConsole_ExitLowpower()