WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_gpu_proc.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: gpu proc by diag
4 */
5
6#ifndef __DIAG_GPU_PROC_H__
7#define __DIAG_GPU_PROC_H__
8
9#include "errcode.h"
10
11typedef struct {
12 uint32_t proc_en;
13 uint32_t lut_en;
15
17
18#endif /* __DIAG_GPU_PROC_H__ */
errcode_t diag_gpu_proc_init(void)
uint32_t errcode_t
Definition of error code.
Definition errcode.h:30
Definition diag_gpu_proc.h:11
uint32_t proc_en
Definition diag_gpu_proc.h:12
uint32_t lut_en
Definition diag_gpu_proc.h:13