代码搜索结果
找到约 10,000 项符合
O 的代码
rx_test.cpp
#include "systemc.h"
#include "usb_rx_phy.h"
SC_MODULE(test) {
sc_in clk;
sc_out rst;
sc_in fs_ce;
sc_out rxd, rxdp, rxdn, RxEn_i;
sc_in DataIn_o;
sc_in
subprogram.asm
;SUBPROGRAM FOR LCD DISPLAY
;ASM FILE FOR LCD DISPLAY
;;;;.asm
; 直接访问方式地址定义,根据用户平台接口修改
;;WE MUST SHUOMING THAT THE CHINESECU AND THE CHARACTO CU MUST BUILD IN ASM FILES
;;必须说明中文字库埠?/
subprogram.asm
;SUBPROGRAM FOR LCD DISPLAY
;ASM FILE FOR LCD DISPLAY
;;;;.asm
; 直接访问方式地址定义,根据用户平台接口修改
CWADD1 EQU 0D000H ; 写指令代码地址
DWADD1 EQU 0D001H ; 写参数及显示数据地址
DRADD1 EQU 0D001H ; 读参数及显示数
subprogram.asm
;SUBPROGRAM FOR LCD DISPLAY
;ASM FILE FOR LCD DISPLAY
;;;;.asm
; 直接访问方式地址定义,根据用户平台接口修改
CWADD1 EQU 0D000H ; 写指令代码地址
DWADD1 EQU 0D001H ; 写参数及显示数据地址
DRADD1 EQU 0D001H ; 读参数及显示数
funtc327b.dat
#include
#include
#include
#include
int main(void)
{
int handle;
char msg[] = "Hello world";
if ((handle=open("TEST.$$$", O_CREAT | O_TEXT | O
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
ctdt.c
/* ctors and dtors arrays -- to be used by runtime system */
/* to call static constructors and destructors */
/* */
/* NOTE: Use a
fopen.c
/*
* fopen.c
*/
#include
#include
#include
FILE *fopen(const char *file, const char *mode)
{
int flags = O_RDONLY;
int plus = 0;
int fd;
while ( *mode ) {
fopendev.c
/*
* fopendev.c
*/
#include
#include
#include
FILE *fopendev(const struct dev_info *dev, const char *mode)
{
int flags = O_RDONLY;
int plus = 0;
int fd;
whi