RTEMS CPU Kit with SuperCore
4.11.3
|
Functions | |
rtems_status_code | rtems_shell_wait_for_input (int fd, int timeout_in_seconds, rtems_shell_wait_for_input_notification notification, void *notification_arg) |
Waits for input. More... | |
rtems_status_code rtems_shell_wait_for_input | ( | int | fd, |
int | timeout_in_seconds, | ||
rtems_shell_wait_for_input_notification | notification, | ||
void * | notification_arg | ||
) |
Waits for input.
RTEMS_SUCCESSFUL | Input detected. |
RTEMS_TIMEOUT | Timeout expired. |
RTEMS_UNSATISFIED | Cannot change or restore termios attributes. |