io.h

来自「this is Si47xx Example Code」· C头文件 代码 · 共 21 行

H
21
字号
//-----------------------------------------------------------------------------
//
// io.h
//
// Contains the function prototypes for the functions contained in io2w.c and
// io3w.c
//
//-----------------------------------------------------------------------------
#ifndef _IO_H_
#define _IO_H_

//-----------------------------------------------------------------------------
// Function prototypes
//-----------------------------------------------------------------------------
void io2w_write(u8 number_bytes, u8 *data_out);
void io2w_read(u8 number_bytes, u8 *data_in);
void io3w_write(u8 number_bytes, u8 *data_out);
void io3w_read(u8 number_bytes, u8 *data_in);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?