OpenBIC
OpenSource Bridge-IC
flash_shell.c File Reference
#include "flash_shell.h"
#include <devicetree.h>
#include <device.h>
#include <stdio.h>
#include "libutil.h"
#include <logging/log.h>
Include dependency graph for flash_shell.c:

Functions

 LOG_MODULE_REGISTER (flash_shell)
 
void cmd_flash_re_init (const struct shell *shell, size_t argc, char **argv)
 
void cmd_flash_sfdp_read (const struct shell *shell, size_t argc, char **argv)
 
void device_spi_name_get (size_t idx, struct shell_static_entry *entry)
 

Function Documentation

◆ cmd_flash_re_init()

void cmd_flash_re_init ( const struct shell *  shell,
size_t  argc,
char **  argv 
)

◆ cmd_flash_sfdp_read()

void cmd_flash_sfdp_read ( const struct shell *  shell,
size_t  argc,
char **  argv 
)

◆ device_spi_name_get()

void device_spi_name_get ( size_t  idx,
struct shell_static_entry *  entry 
)

◆ LOG_MODULE_REGISTER()

LOG_MODULE_REGISTER ( flash_shell  )