![]() |
RTEMS 6.1
|
#include <stdio.h>#include <inttypes.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <rtems.h>#include <rtems/rtc.h>#include <rtems/error.h>#include <rtems/shell.h>Macros | |
| #define | RTEMS_RTC_SHELL_ERROR(fmt, ...) |
| #define | RTEMS_RTC_SHELL_ERROR_SC(sc, fmt, ...) |
Variables | |
| struct rtems_shell_cmd_tt | rtems_shell_RTC_Command |
Real time clock shell command.
| #define RTEMS_RTC_SHELL_ERROR | ( | fmt, | |
| ... | |||
| ) |
| #define RTEMS_RTC_SHELL_ERROR_SC | ( | sc, | |
| fmt, | |||
| ... | |||
| ) |
| struct rtems_shell_cmd_tt rtems_shell_RTC_Command |