user_type.h

来自「TI DSP 5410烧写SST400A的程序代码」· C头文件 代码 · 共 13 行

H
13
字号
//filename: user_type.h
typedef float f32;
typedef long s32;
typedef int s16;
typedef unsigned char u8;
typedef unsigned int u16;
typedef unsigned long u32;
ioport unsigned port0002;

//typedef short s8; 


⌨️ 快捷键说明

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