增加了一个c语言查询版本的代码,便于沟通调试;如果编译C语言版本,Makefile中控制系统都采用rv32i的march编译即可。
This commit is contained in:
12
tb/sw/src/halfLvdsMacSvr.h
Normal file
12
tb/sw/src/halfLvdsMacSvr.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __HALF_LVDS_MAC_SVR_H__
|
||||
#define __HALF_LVDS_MAC_SVR_H__
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
|
||||
|
||||
uint32_t HLM_poll(uint32_t mode);
|
||||
uint32_t HLM_work_with_isr(uint32_t mode);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user