参数资料
型号: MB89P935APFV
元件分类: 微控制器/微处理器
英文描述: 8-BIT, OTPROM, 10 MHz, MICROCONTROLLER, PDSO30
封装: 0.65 MM PITCH, PLASTIC, SSOP-30
文件页数: 167/417页
文件大小: 5980K
代理商: MB89P935APFV
第1页第2页第3页第4页第5页第6页第7页第8页第9页第10页第11页第12页第13页第14页第15页第16页第17页第18页第19页第20页第21页第22页第23页第24页第25页第26页第27页第28页第29页第30页第31页第32页第33页第34页第35页第36页第37页第38页第39页第40页第41页第42页第43页第44页第45页第46页第47页第48页第49页第50页第51页第52页第53页第54页第55页第56页第57页第58页第59页第60页第61页第62页第63页第64页第65页第66页第67页第68页第69页第70页第71页第72页第73页第74页第75页第76页第77页第78页第79页第80页第81页第82页第83页第84页第85页第86页第87页第88页第89页第90页第91页第92页第93页第94页第95页第96页第97页第98页第99页第100页第101页第102页第103页第104页第105页第106页第107页第108页第109页第110页第111页第112页第113页第114页第115页第116页第117页第118页第119页第120页第121页第122页第123页第124页第125页第126页第127页第128页第129页第130页第131页第132页第133页第134页第135页第136页第137页第138页第139页第140页第141页第142页第143页第144页第145页第146页第147页第148页第149页第150页第151页第152页第153页第154页第155页第156页第157页第158页第159页第160页第161页第162页第163页第164页第165页第166页当前第167页第168页第169页第170页第171页第172页第173页第174页第175页第176页第177页第178页第179页第180页第181页第182页第183页第184页第185页第186页第187页第188页第189页第190页第191页第192页第193页第194页第195页第196页第197页第198页第199页第200页第201页第202页第203页第204页第205页第206页第207页第208页第209页第210页第211页第212页第213页第214页第215页第216页第217页第218页第219页第220页第221页第222页第223页第224页第225页第226页第227页第228页第229页第230页第231页第232页第233页第234页第235页第236页第237页第238页第239页第240页第241页第242页第243页第244页第245页第246页第247页第248页第249页第250页第251页第252页第253页第254页第255页第256页第257页第258页第259页第260页第261页第262页第263页第264页第265页第266页第267页第268页第269页第270页第271页第272页第273页第274页第275页第276页第277页第278页第279页第280页第281页第282页第283页第284页第285页第286页第287页第288页第289页第290页第291页第292页第293页第294页第295页第296页第297页第298页第299页第300页第301页第302页第303页第304页第305页第306页第307页第308页第309页第310页第311页第312页第313页第314页第315页第316页第317页第318页第319页第320页第321页第322页第323页第324页第325页第326页第327页第328页第329页第330页第331页第332页第333页第334页第335页第336页第337页第338页第339页第340页第341页第342页第343页第344页第345页第346页第347页第348页第349页第350页第351页第352页第353页第354页第355页第356页第357页第358页第359页第360页第361页第362页第363页第364页第365页第366页第367页第368页第369页第370页第371页第372页第373页第374页第375页第376页第377页第378页第379页第380页第381页第382页第383页第384页第385页第386页第387页第388页第389页第390页第391页第392页第393页第394页第395页第396页第397页第398页第399页第400页第401页第402页第403页第404页第405页第406页第407页第408页第409页第410页第411页第412页第413页第414页第415页第416页第417页
235
10.4 Registers of External Interrupt Circuit 1
Table 10.4-1 Functions of Bits of External Interrupt Control Register 1 (EIC1)
Bit name
Function
bit7
EIR1: External
interrupt request flag
bit 1
When a signal with an edge or edges corresponding to edge
polarity selected by edge polarity selection bits (SL11, SL10) is
input to INT11 external interrupt pin, this bit is set to 1.
When this bit and interrupt request enable bit 1 (EIE1) are 1, the
interrupt request is output.
Writing 0 clears this bit; writing 1 does not affect this bit (no
change).
bit6
bit5
SL11, SL10: Edge
polarity selection
bits 1
These bits are used to select the polarity of an edge or edges of a
signal pulse that triggers an interrupt when the signal is input to
INT11 external interrupt pin.
When these bits provide a value of "00B," edge detection is not
performed and interrupt requests are not generated.
These bits may specify "01B", indicating a rising edge, "10B", a
falling edge, or "11B", both edges to be detected.
Note:
If an edge is selected while edge detection is OFF, edge detection
may be performed unconditionally. Always clear the EIR0 bit after
selecting an edge
bit4
EIE1: Interrupt
request enable bit 1
This bit enables or disables interrupt request outputs to CPU. When
this bit and external interrupt request flag bit 1 (EIR1) are 1, the
interrupt request is output.
Tips:
When using the external interrupt pin, write 0 for bit 5 of the port
data direction register (DDR3) so that the pin serves inputs only.
Regardless of the interrupt request enable bit state, the state of
the external interrupt pin can be read directly from the port data
register (PDR3).
bit3
EIR0: External
interrupt request flag
bit 0
When a signal with an edge or edges corresponding to edge
polarity selected by edge polarity selection bits (SL01, SL00) is
input to INT10 external interrupt pin, this bit is set to 1.
When this bit and interrupt request enable bit 0 (EIE0) are 1, the
interrupt request is output.
Writing 0 clears this bit, and writing 1 does not affect this bit.
bit2
bit1
SL01, SL00: Edge
polarity selection
bits 0
These bits are used to select the polarity of an edge or edges of a
signal pulse that triggers an interrupt when the signal is input to
the INT10 external interrupt pin.
When these bits provide a value of "00B", edge detection is not
performed and interrupt requests are not generated.
These bits may specify "01B", indicating a rising edge, "10B", a
falling edge, or "11B", both edges to be detected.
Note:
If edge is selected when edge detection is OFF, edge detection
may be performed unconditionally. Always clear the EIR0 bit after
selecting an edge.
相关PDF资料
PDF描述
MB89P935BPFV 8-BIT, OTPROM, 10 MHz, MICROCONTROLLER, PDSO30
MB89935BPFV 8-BIT, MROM, 10 MHz, MICROCONTROLLER, PDSO30
MB89PV930ACFV 8-BIT, 10 MHz, MICROCONTROLLER, CQFP48
MB89PV190A-201CF 8-BIT, 4.2 MHz, MICROCONTROLLER, CQFP48
MB89P195A-201P 8-BIT, OTPROM, 4.2 MHz, MICROCONTROLLER, PDIP28
相关代理商/技术参数
参数描述
MB89P935B 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:8-bit Proprietary Microcontroller
MB89P935BPFV 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:8-bit Proprietary Microcontroller
MB89P945 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:8-bit Proprietary Microcontroller
MB89P945PF 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:8-bit Proprietary Microcontroller
MB89P955 制造商:FUJITSU 制造商全称:Fujitsu Component Limited. 功能描述:8-bit Proprietary Microcontroller