Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c127 hal_uart_status_t DbgConsoleUartStatus = kStatus_HAL_UartError; in DbgConsole_EnterLowpower() local
130DbgConsoleUartStatus = 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() local
141DbgConsoleUartStatus = HAL_UartExitLowpower((hal_uart_handle_t)&s_debugConsole.uartHandleBuffer[0]… in DbgConsole_ExitLowpower()
143 return (status_t)DbgConsoleUartStatus; in DbgConsole_ExitLowpower()