OpenBIC
OpenSource Bridge-IC
plat_reboot.c File Reference
#include <shell/shell.h>
#include <zephyr.h>
#include <stdio.h>
#include "util_sys.h"
#include "plat_pldm_sensor.h"
Include dependency graph for plat_reboot.c:

Macros

#define PLAT_WAIT_SENSOR_POLLING_END_DELAY_MS   1000
 

Functions

void cmd_plat_reboot (struct shell *shell, size_t argc, char **argv)
 
 SHELL_CMD_REGISTER (reboot, NULL, "reboot command", cmd_plat_reboot)
 

Macro Definition Documentation

◆ PLAT_WAIT_SENSOR_POLLING_END_DELAY_MS

#define PLAT_WAIT_SENSOR_POLLING_END_DELAY_MS   1000

Function Documentation

◆ cmd_plat_reboot()

void cmd_plat_reboot ( struct shell *  shell,
size_t  argc,
char **  argv 
)
Here is the call graph for this function:

◆ SHELL_CMD_REGISTER()

SHELL_CMD_REGISTER ( reboot  ,
NULL  ,
"reboot command"  ,
cmd_plat_reboot   
)