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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Interrupt

  • PCA9539 PCA9539R 16-bit I2C-bu

    The PCA9539; PCA9539R is a 24-pin CMOS device that provides 16 bits of GeneralPurpose parallel Input/Output (GPIO) expansion with Interrupt and reset forI2C-bus/SMBus applications and was developed to enhance the NXP Semiconductorsfamily of I2C-bus I/O expanders. I/O expanders provide a simple solution when additionalI/O is needed for ACPI power switches, sensors, push buttons, LEDs, fans, etc.

    標(biāo)簽: 9539 PCA 9539R C-bu

    上傳時(shí)間: 2013-11-10

    上傳用戶:ewtrwrtwe

  • PCA9544A 4channel I2C multiple

    The PCA9544A provides 4 Interrupt inputs, one for each channeland one open drain Interrupt output. When an Interrupt is generated byany device, it will be detected by the PCA9544A and the Interruptoutput will be driven LOW. The channel need not be active fordetection of the Interrupt. A bit is also set in the control byte.Bits 4 – 7 of the control byte correspond to channels 0 – 3 of thePCA9544A, respectively. Therefore, if an Interrupt is generated byany device connected to channel 2, the state of the Interrupt inputs isloaded into the control register when a read is accomplished.Likewise, an Interrupt on any device connected to channel 0 wouldcause bit 4 of the control register to be set on the read. The mastercan then address the PCA9544A and read the contents of thecontrol byte to determine which channel contains the devicegenerating the Interrupt. The master can then reconfigure thePCA9544A to select this channel, and locate the device generatingthe Interrupt and clear it. The Interrupt clears when the deviceoriginating the Interrupt clears.

    標(biāo)簽: 4channel multiple 9544A 9544

    上傳時(shí)間: 2014-12-28

    上傳用戶:潛水的三貢

  • PCA9542A 2channel I2C bus mult

    The PCA9542A is a 1-of-2 bidirectional translating multiplexer, controlled via the I2C-bus.The SCL/SDA upstream pair fans out to two SCx/SDx downstream pairs, or channels.Only one SCx/SDx channel is selected at a time, determined by the contents of theprogrammable control register. Two Interrupt inputs, INT0 and INT1, one for each of theSCx/SDx downstream pairs, are provided. One Interrupt output, INT, which acts as anAND of the two Interrupt inputs, is provided.

    標(biāo)簽: 2channel 9542A 9542 mult

    上傳時(shí)間: 2013-12-07

    上傳用戶:europa_lin

  • PCA954X家庭的I C SMBus多路復(fù)用器與開(kāi)關(guān)

    The Philips family of Multiplexers and Switches consists of bi-directional translating switches controlled via the I2C or SMBus to fan out an upstream SCL/SDA pair to 2, 4 or 8 downstream channels of SCx/SDx pairs. The Multiplexers allow only one downstream channel to be selected at a time, while the Switches allow any individual downstream channel or combination of downstream channels to be selected, depending on the content of the programmable control register. Once one or several channels have been selected, the device acts as a wire, allowing the master on the upstream channel to send commands to devices on all the active downstream channels, and devices on the active downstream channels to communicate with each other and the master. External pull-up resistors are used to pull each individual channel up to the desired voltage level. Combined Interrupt output and hardware reset input are device options that are featured.

    標(biāo)簽: SMBus 954X PCA 954

    上傳時(shí)間: 2013-10-11

    上傳用戶:dianxin61

  • 可編程中斷控制器82C59A-2

    82C59A-2是為簡(jiǎn)化微處理機(jī)系統(tǒng)中斷接口而實(shí)現(xiàn)的LSI外圍芯片。也叫做PIC(Programmable Interrupt Controller)。是高性能高速度芯片。在多級(jí)優(yōu)先級(jí)中斷系統(tǒng)內(nèi)82C59A-1402已經(jīng)把CPU從對(duì)任務(wù)的輪詢中解救出來(lái)。PCI可由軟件進(jìn)行控制,使用于各種不同的環(huán)境,聯(lián)級(jí)可接受8~64個(gè)中斷輸入。 管腳與NMOS8259A-2兼容單片8級(jí)優(yōu)先級(jí),級(jí)聯(lián)可擴(kuò)64級(jí)多種可編程中斷方式各自專用的請(qǐng)求屏蔽能力與Intel系列機(jī)兼容全部采用靜態(tài)設(shè)計(jì)低功耗5V的電源供電。

    標(biāo)簽: 82 59 可編程 中斷控制器

    上傳時(shí)間: 2013-10-30

    上傳用戶:zhliu007

  • An easy way to work with Exter

    Internal Interrupts are used to respond to asynchronous requests from a certain part of themicrocontroller that needs to be serviced. Each peripheral in the TriCore as well as theBus Control Unit, the Debug Unit, the Peripheral Control Processor (PCP) and the CPUitself can generate an Interrupt Request.So what is an external Interrupt?An external Interrupt is something alike as the internal Interrupt. The difference is that anexternal Interrupt request is caused by an external event. Normally this would be a pulseon Port0 or Port1, but it can be even a signal from the input buffer of the SSC, indicatingthat a service is requested.The User’s Manual does not explain this aspect in detail so this ApNote will explain themost common form of an external Interrupt request. This ApNote will show that there is aneasy way to react on a pulse on Port0 or Port1 and to create with this impulse an InterruptService Request. Later in the second part of the document, you can find hints on how todebounce impulses to enable the use of a simple switch as the input device.Note: You will find additional information on how to setup the Interrupt System in theApNote “First steps through the TriCore Interrupt System” (AP3222xx)1. It would gobeyond the scope of this document to explain this here, but you will find selfexplanatoryexamples later on.

    標(biāo)簽: Exter easy work with

    上傳時(shí)間: 2013-10-27

    上傳用戶:zhangyigenius

  • 用外部設(shè)備設(shè)置32位微控制器TriCore的中斷的指令及方法

    The Infineon TriCore provides an Interrupt System with a high safety standard. Thisdocument contains some instructions on how to initiate an Interrupt from an externaldevice. First it will show you how to trigger an Interrupt Service Request by an impulseon Port 0 or Port 1. Then in the second part of the document you can find hints how todebounce impulses to enable the use of a simple switch as input device.Authors: Thomas Bliem, CQ Nguyen / Infineon SMI MD Apps

    標(biāo)簽: TriCore 外部設(shè)備 中斷 微控制器

    上傳時(shí)間: 2013-11-05

    上傳用戶:uuuuuuu

  • P90CL301 I2C driver routines

    This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-master system application.For specific applications the user will have to make minimal changes in the driver program. Using the drivermeans linking modules to your application software and including a header-file into the application sourceprograms. A small example program of how to use the driver is listed.The driver supports i.a. polled or Interrupt driven message handling, slave message transfers and multi-mastersystem applications. Furthermore, it is made suitable for use in conjunction with real time operating systems, likepSOS+.

    標(biāo)簽: routines driver P90 301

    上傳時(shí)間: 2013-11-23

    上傳用戶:weixiao99

  • XA-S3 I2C driver software

    This application note demonstrates how to write an Inter Integrated Circuit bus driver (I2C) for the XA-S3 16-bitMicrocontroller from Philips Semiconductors.Not only the driver software is given. This note also contains a set of (example) interface routines and a smalldemo application program. All together it offers the user a quick start in writing a complete I2C system applicationwith the PXAS3x.The driver routines support Interrupt driven single master transfers. Furthermore, the routines are suitable foruse in conjunction with real time operating systems.

    標(biāo)簽: software driver XA-S I2C

    上傳時(shí)間: 2013-11-02

    上傳用戶:zw380105939

  • 68HC05K0 Infra-red Remote Cont

    The MC68HC05K0 is a low cost, low pin countsingle chip microcomputer with 504 bytes of userROM and 32 bytes of RAM. The MC68HC05K0 isa member of the 68HC05K series of devices whichare available in 16-pin DIL or SOIC packages.It uses the same CPU as the other devices in the68HC05 family and has the same instructions andregisters. Additionally, the device has a 15-stagemulti-function timer and 10 general purposebi-directional I/0 lines. A mask option is availablefor software programmable pull-downs on all ofthe I/O pins and four of the pins are capable ofgenerating Interrupts.The device is ideally suited for remote-controlkeyboard applications because the pull-downs andthe Interrupt drivers on the port pins allowkeyboards to be built without any externalcomponents except the keys themselves. There isno need for external pull-up or pull-down resistors,or diodes for wired-OR Interrupts, as these featuresare already designed into the device.

    標(biāo)簽: Infra-red Remote Cont 05K

    上傳時(shí)間: 2014-01-24

    上傳用戶:zl5712176

主站蜘蛛池模板: 大竹县| 襄汾县| 盐津县| 西畴县| 延津县| 资中县| 凉城县| 蓬安县| 桓仁| 静乐县| 天祝| 德惠市| 肥西县| 乐昌市| 化德县| 岐山县| 江城| 天峻县| 呼图壁县| 襄汾县| 山西省| 城市| 南汇区| 汝州市| 三门峡市| 恩施市| 镇康县| 奉新县| 襄樊市| 广元市| 襄城县| 长葛市| 万年县| 搜索| 大英县| 静海县| 光山县| 新津县| 双城市| 大厂| 荣成市|