搜索资源列表
2410uart
- void __irq Uart0_TxInt(void) void __irq Uart0_RxIntOrErr(void) void __irq Uart0_TxDmaDone(void) void __irq Uart0_R xDmaOrErr(void) void __irq Uart0_TxFifo(void) void __irq Uart0_RxFifoOrErr(void) void _
2410uart
- void __irq Uart0_TxInt(void) void __irq Uart0_RxIntOrErr(void) void __irq Uart0_TxDmaDone(void) void __irq Uart0_R xDmaOrErr(void) void __irq Uart0_TxFifo(void) void __irq Uart0_RxFifoOrErr(void) void _
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分
Phison_UP13-UP16_PS2232_V1.05.00
- re-program microcontroller chip from your flashdisk
nand_flash
- 函数名称ReadStatus 功能描述读FLASH状态 传 参无 返 回 值static U16 stat-static U16 stat
wince
- this is a wince code. U16 oddCheck(U16 len,U8 *pData)-this is a wince code. U16 oddCheck(U16 len,U8*pData)
c
- //-----湿度读取子程序 --- --- //--- --- --- --- --- -- //----以下变量均为全局变量-------- //----温度高8位== U8T_data_H------ //----温度低8位== U8T_data_L------ //----湿度高8位== U8RH_data_H----- //----湿度低8位== U8RH_data_L-----
small_store_drive
- 针对小容量的EEPROM存储数据管理。 API函数接口: 初始化函数:extern void memoryInit(void) 删除操作函数:extern void RemovForMemory(u16 number) 写入数据函数:extern void WriteToMemory(u8 *pdata) 读取数据函数:extern void ReadForMemory(u16 number,u8 *pdata
unicode_program
- 我做过GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... -gbk unicode program course u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0x81 && c1<=0xfe) && (c2>=0x40 && c2<=0xfe) ? *( mb_gb2uni_table
Song_Download
- 基于atmel avr8 单片机at90can128 can接口的音频播放例程-The template of a song string is given in "audio_drv.c" file. The elements are U16, the first one is not used, the end of file is 0x0000.Different songs will be sent to the train
unicode_program
- unicode编程的各种知识 GBK->Unicode的,直接根据编码对应放置相应的转换后编码才是,直接通过计算就可以定位,何苦还二分法... LZ的表格查起来得多慢呀...不敢想像 ============================== 附转换函数如下 -unicode program u16 gbk2uni(u8 c1,u8 c2) { return (c1>=0
driverProgram
- 开发环境:keil uVision4 。 无刷直流马达驱动源码参考 。 1:滴答中断用做启动和停止判断 2:AD中断分两部分:(1)注入中断读取电机电流和PID运算(2)规则中断读取转把电压 3:TIM1触发中断,进行换向 4:TIM3中断分两部分:溢出中断进行堵转计数,霍尔中断用来控制TIM1换向和获得转速 5:键盘改变PID参数-int main(void) { u16 temp /***
Output-PWM-from-PA0
- 实现从PA.0输出一个占空比可变的PWM波,开发环境:keil uvision4 -extern volatile u16 Pulse u8 Flag_60ms int main() { RCC_Configuration() GPIO_Configuration() TIM_PWMConfiguration() NVIC_Configuration() TIM_ToggleCo
LED-3D-POV
- stm32的3d led旋转显示器 main(void) { u16 speed=0 System_Init() /* /////test///// int i=0 for(i=0 i<512 i+=2){ Image[i]=0xff } */ while(1){ speed=(CoderData.Speed/64) //HC595X8(s
serialization
- 序列化类,模仿VC序列化工具自己实现的一个序列化框架,支持基础数据序列化u8,u16,u32,u64,double,float等-Serialization class, imitate VC serialization tools of realizing a serialization fr a mework, supporting basic data serialization u8, u16, u32, u64, double
TFT-color-display
- TFT彩屏显示* 名 称:void GUI_Line(u16 x0, u16 y0, u16 x1, u16 y1,u16 color) * 功 能:在指定座标画直线 * 入口参数:x0 A点行座标 * y0 A点列座标 * x1 B点行座标 * y1 B点列座标 * color 线颜色 * 出口参数:无 * 说 明: * 调用方法:GUI_Line(0,0,240,320,0x0000) -TFT
Tstm32_adch
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个Hal -This procedure
u16-capture
- 利用定时器,产生 可调频的脉冲-The timer can be chirp
U16-Signal-Property
- This my lecture slides for Power Electronics course. This note discuss basic properties of an electrical signal.-This is my lecture slides for Power Electronics course. This note discuss basic properties of an electrical
U16-_Lec3
- This my power electronic lecture note on diode rectification.-This is my power electronic lecture note on diode rectification.