|
OpenBIC
OpenSource Bridge-IC
|
#include <shell/shell.h>#include <zephyr.h>#include <stdio.h>#include "util_sys.h"#include "soc_common.h"
Functions | |
| const char * | npcm4xx_reset_reason_to_str (uint8_t reason) |
| void | cmd_plat_get_reset_cause (struct shell *shell, size_t argc, char **argv) |
| SHELL_CMD_REGISTER (get_reset_cause, NULL, "get reset cause command", cmd_plat_get_reset_cause) | |
| void cmd_plat_get_reset_cause | ( | struct shell * | shell, |
| size_t | argc, | ||
| char ** | argv | ||
| ) |

| const char * npcm4xx_reset_reason_to_str | ( | uint8_t | reason | ) |
| SHELL_CMD_REGISTER | ( | get_reset_cause | , |
| NULL | , | ||
| "get reset cause command" | , | ||
| cmd_plat_get_reset_cause | |||
| ) |