-
printk
浏览次数:130次 | 创建时间:2020/09/03 printk printk 对于做嵌入式或者熟悉linux内核的人来说,对printk这个函数一定不会感到陌生。printk相当于printf的孪生姐妹,她们一个运行在用户态,另一个则在内核态被人们所熟知。 【原型】 int print -
pSOS
浏览次数:150次 | 创建时间:2020/09/03 pSOSystem是美国系统集成公司(Integrated Systems, Inc. 简称ISI公司,现已与美国WindRiver系统公司合并)根据几十年从事嵌入式实时系统理论研究与实践活动而设计开发的实时嵌入式操作系统。pSOSystem 集成了一整套嵌 -
processor-specific(处理器定制)
浏览次数:137次 | 创建时间:2020/09/03 processor-specific(处理器定制) A piece of software that is highly dependent on the processor on which it will be run. Such code must usually be written in assembly language. Contrast with process -
PWM模式
浏览次数:149次 | 创建时间:2020/09/03 PWM模式 脉宽调制(PWM:(Pulse Width Modulation)是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的模式。 -
processor-independent(处理器无关)
浏览次数:88次 | 创建时间:2020/09/03 processor-independent(处理器无关) A piece of software that is independent of the processor on which it will berun. Most programs that can be written in a high-level language are processor-indepen -
PROM(可编程只读存储器)
浏览次数:131次 | 创建时间:2020/09/03 PROM(可编程只读存储器) Programmable Read-Only Memory. A type of ROM that can be written (programmed) with a device programmer. These memory devices can be programmed only once, so they are someti -
parallel processing(并行进程)
浏览次数:57次 | 创建时间:2020/09/03 The ability to apply two or more processors to a single computation. 一种在单个计算机上运行两个或多个程序的能力。 -
PXA270
浏览次数:126次 | 创建时间:2020/09/03 英特尔公司于2003年底推出了性能最为强劲的PXA27x系列嵌入式处理器,PXA27x系列嵌入式处理器基于ARMv5E的Xscale核心,最高频率可达624MHz。作为一款性能极其强劲的嵌入式处理器,配合嵌入式Linux或Wince操作系统,PX -
PWM控制器
浏览次数:178次 | 创建时间:2020/09/03 一、脉冲宽度调制基本原理二、脉冲宽度调制具体过程三、脉冲宽度调制的优点四、脉冲宽度调制控制方法4.1、相电压控制PWM4.2、线电压控制PWM4.3、电流控制PWM4.4、空间电压矢量控制PWM [7]4.5、矢量控制PWM[8]4.6、直 -
perror
浏览次数:118次 | 创建时间:2020/09/03 表头文件 #include 定义函数 void perror(const char *s); 函数说明 perror ( )用 来 将 上 一 个 函 数 发 生 错 误 的 原 因 输 出 到 标 准 错误 (stderr) 。参数 s 所指的字符串会先打印出,后面