亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Interrupt

  • RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a

    RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to access all of the functions provided. 2. Both input and output are buffered and Interrupt driven for efficiency. 3. Serial ports 1 - 4 are supported on PC, AT and PS/2 compatibles.Chained Interrupts used on port 3 and 4 are allowed for so as not to interfere with devices such as a mouse or printer. Transmission speeds of 110 to 115200 baud are available. 4. Detection and utilization of hardware buffered UARTs (NS16550AF etc.) found in some machines is automatic. 5. Interrupt driven hardware and XON/XOFF flow control is provided for. 6. All source code is included. RS232.C can be used with all memory models.

    標簽: functionality provide written employ

    上傳時間: 2016-08-24

    上傳用戶:小眼睛LSL

  • The sample software includes, common library, peripheral APIs, and test modules for the APIs. The c

    The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic Interrupt related APIs, timer routine, and scatter loading file. The peripheral directories include, GPIO, PWM, Real-time clock, timer, SPI, I2C, Watchdog timer, UART, external Interrupt, etc.

    標簽: APIs peripheral The includes

    上傳時間: 2014-01-15

    上傳用戶:zl5712176

  • DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM

    DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the Atmel AT91SAM9261 evaluation boards. It shows basic use of parallel I/O, timer and the Interrupt controller. It starts by showing different patterns on the LED s separated by half second. COMPATIBILITY ============= The project is compatible with the AT91SAM9261-EK board.

    標簽: DESCRIPTION Workbench Embedded example

    上傳時間: 2016-10-16

    上傳用戶:yzy6007

  • 51單片連tcs230的源程序

    51單片連tcs230的源程序,絕對原創,可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() Interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }

    標簽: tcs 230 源程序

    上傳時間: 2016-11-26

    上傳用戶:秦莞爾w

  • The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre

    The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also the benefit that no special handing for the shared Interrupt vector is required, since the hardware break registers of the MSC1200 are not used at all.

    標簽: In-System-Debugger ISD the project

    上傳時間: 2014-11-18

    上傳用戶:dongqiangqiang

  • ISCAS的benchmark 含有原理圖

    ISCAS的benchmark 含有原理圖,VHDL、VerilogHDL網表,測試數據等。 27-channel Interrupt controller

    標簽: benchmark ISCAS 原理圖

    上傳時間: 2016-12-07

    上傳用戶:h886166

  • PC與單片機雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

    PC與單片機雙向通訊智能溫控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 //數據長度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 , 0 } //發送緩沖區 unsigned char inbuf2[50] //接收緩沖區 unsigned char count3 void init_serialcomm( void ) { SCON = 0x50 //SCON: serail mode 1, 8-bit UART, enable ucvr TMOD |= 0x20 //TMOD: timer 1, mode 2, 8-bit reload PCON |= 0x80 //SMOD=1 TH1 = 0xFA //Baud:4800 fosc=11.0592MHz IE |= 0x90 //Enable Serial Interrupt TR1 = 1 // timer 1 run } //向串口發送一個字符 void send_char_com( unsigned char ch) { SBUF=ch while (TI== 0 ) TI= 0

    標簽: include intrins define Key_UP

    上傳時間: 2014-11-29

    上傳用戶:風之驕子

  • PIC18實作範例

    PIC18實作範例,Interrupt,ADC,蜂鳴器範例

    標簽: PIC 18

    上傳時間: 2013-12-17

    上傳用戶:凌云御清風

  • Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.

    Enhanced version of the Serial Peripheral Interface available on Motorola s MC68HC11 family of CPUs.Enhancements include a wider supported operating frequency range, 4deep read and write fifos, and programmable transfer count dependent Interrupt generation. As with the SPI found in MC68HC11 processors the core features programmable clock phase [CPHA] and clock polarity [CPOL]. The core features an 8bit wishbone interface. Very simple, very small.

    標簽: Peripheral Interface available Enhanced

    上傳時間: 2014-12-06

    上傳用戶:invtnewer

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick means that tick Interrupt is occurred every 1ms. Variable tick means that timer Interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    標簽: EVT0 followings BSP support

    上傳時間: 2014-01-27

    上傳用戶:fnhhs

主站蜘蛛池模板: 阿合奇县| 苏尼特左旗| 宜宾县| 巩义市| 云霄县| 扶余县| 务川| 双辽市| 尉氏县| 容城县| 南充市| 海盐县| 东辽县| 天水市| 巴马| 天峻县| 潜江市| 龙里县| 牟定县| 河南省| 清涧县| 鸡西市| 铜陵市| 咸丰县| 霞浦县| 嘉善县| 文化| 永寿县| 射洪县| 拉萨市| 玉林市| 永川市| 新安县| 玉树县| 大渡口区| 包头市| 车险| 高青县| 从江县| 尼勒克县| 吴江市|