Searched refs:getchar_timeout_us (Results 1 – 6 of 6) sorted by relevance
10 int getchar_timeout_us(uint32_t timeout_us) { in getchar_timeout_us() function
20 int getchar_timeout_us(uint32_t timeout_us);
22 int c = getchar_timeout_us(0); in btstack_stdin_process()
46 PICOTEST_CHECK(getchar_timeout_us(2000000) < 0, "someone pressed a key!"); in main()
97 static inline int getchar_timeout_us(uint32_t timeout_us) { in getchar_timeout_us() function
55 buf[i] = getchar_timeout_us(0); in __llvm_libc_stdio_read()