Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/components/debug_console/
A Dhpm_debug_console.c65 static FILE __SEGGER_RTL_stdin_file = { 0 }; /* stdin reads from UART */ variable
69 FILE *stdin = &__SEGGER_RTL_stdin_file; /* NOTE: Provide implementation of stdin for RTL. */
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget.c99 static FILE __SEGGER_RTL_stdin_file = { 0 }; // stdin reads from UART variable
103 FILE *stdin = &__SEGGER_RTL_stdin_file; // NOTE: Provide implementation of stdin for RTL.
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget.c99 static FILE __SEGGER_RTL_stdin_file = { 0 }; // stdin reads from UART variable
103 FILE *stdin = &__SEGGER_RTL_stdin_file; // NOTE: Provide implementation of stdin for RTL.

Completed in 5 milliseconds