Searched refs:handleMode (Results 1 – 3 of 3) sorted by relevance
61 DWORD handleMode; in StdOutput() local62 if (GetConsoleMode(stdHandle, &handleMode) != 0) { in StdOutput()64 handleMode |= ENABLE_VIRTUAL_TERMINAL_PROCESSING; in StdOutput()65 SetConsoleMode(stdHandle, handleMode); in StdOutput()67 GetConsoleMode(stdHandle, &handleMode); in StdOutput()68 if ((handleMode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) != 0) { in StdOutput()
121 DWORD handleMode; in StdOutput() local122 if (GetConsoleMode(stdHandle, &handleMode) != 0) in StdOutput()125 handleMode |= ENABLE_VIRTUAL_TERMINAL_PROCESSING; in StdOutput()126 SetConsoleMode(stdHandle, handleMode); in StdOutput()128 GetConsoleMode(stdHandle, &handleMode); in StdOutput()129 if ((handleMode & ENABLE_VIRTUAL_TERMINAL_PROCESSING) != 0) in StdOutput()
33 app_handle_mode_t handleMode; member60 g_portCfg[cnt].handleMode = APP_IO_NONE_WAKEUP; in PortConfigInit()204 gpioteParam.handle_mode = g_portCfg[gpio].handleMode; in GpioDevEnableIrq()376 g_portCfg[gpioIndex].handleMode = handleModeConfig; in GetGpioDeviceResource()