Searched refs:__SEGGER_RTL_stdin_file (Results 1 – 3 of 3) sorted by relevance
65 static FILE __SEGGER_RTL_stdin_file = { 0 }; /* stdin reads from UART */ variable69 FILE *stdin = &__SEGGER_RTL_stdin_file; /* NOTE: Provide implementation of stdin for RTL. */
99 static FILE __SEGGER_RTL_stdin_file = { 0 }; // stdin reads from UART variable103 FILE *stdin = &__SEGGER_RTL_stdin_file; // NOTE: Provide implementation of stdin for RTL.
Completed in 5 milliseconds