文件
克隆/下载
spinor.h 493 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __SPINOR_H__
#define __SPINOR_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <fel.h>
int spinor_detect(struct xfel_ctx_t * ctx, char * name, uint64_t * capacity);
int spinor_erase(struct xfel_ctx_t * ctx, uint64_t addr, uint64_t len);
int spinor_read(struct xfel_ctx_t * ctx, uint64_t addr, void * buf, uint64_t len);
int spinor_write(struct xfel_ctx_t * ctx, uint64_t addr, void * buf, uint64_t len);
#ifdef __cplusplus
}
#endif
#endif /* __SPINOR_H__ */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化