Translate "gebruikt als interrupt" to English

Showing 50 of 50 translations of the phrase "gebruikt als interrupt" from Dutch to English

Translations of gebruikt als interrupt

"gebruikt als interrupt" in Dutch can be translated into the following English words/phrases:

gebruikt a about access across all also always an and any api app as at at the be because before but by can create depending deploy devices each every features for for the from from the get have help how if in in the into is like ll make management many may more need no not of of the on on the once one open or other out over per performance personal products provide re secure see services set site so software some system team teams than that the the user them there these they this time to to be to the to use tools up us usage use used user users uses using view we web website what when where which while who will with you you are you can you have you use your
als a about access address after all also an and and the any anywhere are as as well at at the available back based be because been being best better between both business but by can can be case content could create data different do doesn domain don don’t down else even every example few find first for for example for the free from get go good great group has have her here how however i if in in the information into is is not it it is its it’s just know like ll located long look looking looking for make many may me more most much need need to new no not now of of the off on on the once one only or order other our out own page part people personal place please point quality questions re right same search see seo service services set she should site so some something such support sure take team than that that you the the best the same their them then there there are there is these they thing this this is those through time times to to be to do to the too top two up us use used user using via want want to was way we we have website well what when where which who will will be with within work working would years you you are you can you have you need you want you will your you’re

Translation of Dutch to English of gebruikt als interrupt

Dutch
English

NL Wanneer een interrupt optreedt moet de software het IIR interrupt identification register bekijken om te controleren wat de oorzaak is van de optredende interrupt

EN When an interrupt occurs, the software must check the IIR interrupt identification register to see which event caused the interrupt to occur

Dutch English
moet must
software software
register register

NL Wanneer een interrupt optreedt moet de software het IIR interrupt identification register bekijken om te controleren wat de oorzaak is van de optredende interrupt

EN When an interrupt occurs, the software must check the IIR interrupt identification register to see which event caused the interrupt to occur

Dutch English
moet must
software software
register register

NL De interrupt service routine is de functie in het applicatieprogramma die wordt aangeroepen als een interrupt optreedt

EN The interrupt service routine is the function called when an interrupt occurs

Dutch English
routine routine
als when

NL De interrupt service routine is de functie in het applicatieprogramma die wordt aangeroepen als een interrupt optreedt

EN The interrupt service routine is the function called when an interrupt occurs

Dutch English
routine routine
als when

NL Een software routine moet aanwezig zijn om de interrupt af te vangen en te controleren welke oorzaak er was voor het aanroepen van de interrupt routine.

EN A software routine must be present to handle the interrupt and to check what state change was responsible for it.

Dutch English
software software
routine routine
moet must
aanwezig present

NL Het interruptmechanisme dat aanwezig is op een PC wordt geregeld door een interrupt management chip, de programmable interrupt controller PIC

EN The interrupt mechanism present on PC?s is controlled by an interrupt management chip, the programmable interrupt controller PIC

Dutch English
aanwezig present
pc pc
geregeld controlled
management management
chip chip

NL Een interrupt treedt niet op, tenzij de PIC verteld is dat het toegestaan is om een bepaalde interrupt door te laten

EN An interrupt is not occurring, unless the PIC is told that it is allowed to pass an interrupt through

Dutch English
tenzij unless
toegestaan allowed

NL Het afhandelen van een interrupt richting de PIC kan worden gedaan door een zogenaamd non-specific end-of-interrupt commando naar het register van de PIC te sturen dat toegankelijk is op I/O adres 0x20 voor de eerste, en 0xA0 voor de tweede controller

EN Clearing the interrupt state of the PIC can be done by writing a non-specific end of interrupt command to the PIC?s register available at address 0x20 for the first, and 0xA0 for the second controller

Dutch English
commando command
register register
toegankelijk available

NL Een software routine moet aanwezig zijn om de interrupt af te vangen en te controleren welke oorzaak er was voor het aanroepen van de interrupt routine.

EN A software routine must be present to handle the interrupt and to check what state change was responsible for it.

Dutch English
software software
routine routine
moet must
aanwezig present

NL Het interruptmechanisme dat aanwezig is op een PC wordt geregeld door een interrupt management chip, de programmable interrupt controller PIC

EN The interrupt mechanism present on PC?s is controlled by an interrupt management chip, the programmable interrupt controller PIC

Dutch English
aanwezig present
pc pc
geregeld controlled
management management
chip chip

NL Een interrupt treedt niet op, tenzij de PIC verteld is dat het toegestaan is om een bepaalde interrupt door te laten

EN An interrupt is not occurring, unless the PIC is told that it is allowed to pass an interrupt through

Dutch English
tenzij unless
toegestaan allowed

NL Het afhandelen van een interrupt richting de PIC kan worden gedaan door een zogenaamd non-specific end-of-interrupt commando naar het register van de PIC te sturen dat toegankelijk is op I/O adres 0x20 voor de eerste, en 0xA0 voor de tweede controller

EN Clearing the interrupt state of the PIC can be done by writing a non-specific end of interrupt command to the PIC?s register available at address 0x20 for the first, and 0xA0 for the second controller

Dutch English
commando command
register register
toegankelijk available

NL Als geen buffering wordt gebruikt zal elke binnenkomende byte worden aangekondigd met een trigger signaal op de interrupt lijn

EN If no buffering is used, each single incoming byte will be announced by a trigger signal on the interrupt line

Dutch English
gebruikt used
aangekondigd announced
trigger trigger
signaal signal
lijn line
byte byte

NL Dit betekent, dat een standaard functie in het programma niet zonder meer kan worden gebruikt als interrupt service routine

EN This means, that a normal function inside your program cannot be used as an interrupt service routine

Dutch English
betekent means
gebruikt used
als as
routine routine
in inside

NL Als geen buffering wordt gebruikt zal elke binnenkomende byte worden aangekondigd met een trigger signaal op de interrupt lijn

EN If no buffering is used, each single incoming byte will be announced by a trigger signal on the interrupt line

Dutch English
gebruikt used
aangekondigd announced
trigger trigger
signaal signal
lijn line
byte byte

NL Dit betekent, dat een standaard functie in het programma niet zonder meer kan worden gebruikt als interrupt service routine

EN This means, that a normal function inside your program cannot be used as an interrupt service routine

Dutch English
betekent means
gebruikt used
als as
routine routine
in inside

NL Één interrupt lijn wordt gebruikt om de aandacht te vragen

EN One interrupt signal is used to call attention

Dutch English
wordt is
om to
aandacht attention
de one

NL Omdat op een PC slechts een beperkte hoeveelheid interrupt lijnen beschikbaar zijn worden twee interruptlijnen gebruikt voor vier communicatiepoorten

EN Because only a few IRQ lines are available on PC systems, only two interrupt lines are used for four devices

Dutch English
pc pc
gebruikt used

NL Er is geen informatie aanwezig over de interrupt die wordt gebruikt door een bepaalde UART

EN No information is present about the IRQ used by a specific UART

Dutch English
informatie information
aanwezig present
gebruikt used

NL In C/C++ bijvoorbeeld, moet het woord interrupt in de functie declaratie worden gebruikt om de gewenste assembly instructies hiervoor te genereren

EN In C/C++ for example, the keyword interrupt must be used in front of the function declaration to generate the necessary assembly instructions for this

Dutch English
functie function
instructies instructions
hiervoor for this
c c

NL Daarvoor dient het IMR interrupt mask register van de PIC te worden gebruikt

EN For this reason, the PIC?s interrupt mask register IMR can be used

Dutch English
register register
gebruikt used

NL Omdat op een PC slechts een beperkte hoeveelheid interrupt lijnen beschikbaar zijn worden twee interruptlijnen gebruikt voor vier communicatiepoorten

EN Because only a few IRQ lines are available on PC systems, only two interrupt lines are used for four devices

Dutch English
pc pc
gebruikt used

NL Één interrupt lijn wordt gebruikt om de aandacht te vragen

EN One interrupt signal is used to call attention

Dutch English
wordt is
om to
aandacht attention
de one

NL Er is geen informatie aanwezig over de interrupt die wordt gebruikt door een bepaalde UART

EN No information is present about the IRQ used by a specific UART

Dutch English
informatie information
aanwezig present
gebruikt used

NL In C/C++ bijvoorbeeld, moet het woord interrupt in de functie declaratie worden gebruikt om de gewenste assembly instructies hiervoor te genereren

EN In C/C++ for example, the keyword interrupt must be used in front of the function declaration to generate the necessary assembly instructions for this

Dutch English
functie function
instructies instructions
hiervoor for this
c c

NL Daarvoor dient het IMR interrupt mask register van de PIC te worden gebruikt

EN For this reason, the PIC?s interrupt mask register IMR can be used

Dutch English
register register
gebruikt used

NL Als het startadres in de BIOS tabel niet wordt veranderd, dan zal nog steeds een aanroep van de code op dezelfde geheugen lokatie worden gedaan als na afsluiten van het programma een interrupt optreedt

EN If the interrupt service routine starting address is not changed in the BIOS table, the BIOS will still perform a call to the same memory location when an interrupt occurs after the program has exited

Dutch English
tabel table
veranderd changed
geheugen memory
bios bios

NL Als het startadres in de BIOS tabel niet wordt veranderd, dan zal nog steeds een aanroep van de code op dezelfde geheugen lokatie worden gedaan als na afsluiten van het programma een interrupt optreedt

EN If the interrupt service routine starting address is not changed in the BIOS table, the BIOS will still perform a call to the same memory location when an interrupt occurs after the program has exited

Dutch English
tabel table
veranderd changed
geheugen memory
bios bios

NL De software moet de intelligentie bezitten om te detecteren welke UART aandacht nodig heeft als er een interrupt optreedt terwijl meer dan één UART van hetzelfde interruptniveau gebruik maakt.

EN The software must have the intelligence to detect which UART needs attention when an interrupt occurs if more than one UART share the same interrupt.

Dutch English
intelligentie intelligence
aandacht attention

NL Als andere hardware in de computer het noodzakelijk maakt kan het zijn dat een UART op een ander I/O adres of interrupt lijn geplaatst is.

EN If other hardware present in the computer makes it necessary, it is possible to move an UART to another I/O address or IRQ.

Dutch English
als if
hardware hardware
computer computer
noodzakelijk necessary
i i
adres address
o o

NL Als buffering wel aanwezig is (zoals op de meeste op dit moment in gebruik zijnde UART?s) neemt dit aantal af tot ongeveer één interrupt op elke veertien binnenkomende bytes

EN When buffering is present (as on most UARTs used today) this will decrease to about one interrupt every fourteen bytes

Dutch English
gebruik used
veertien fourteen
bytes bytes

NL Dit aantal verdubbelt, wanneer ook het versturen van gegevens interrupt gestuurd gaat, laat staan wat er gebeurt als ook de modem signalen worden gecontroleerd door interrupts.

EN This number will double, when also interrupt driven sending is used, not even mentioning the interrupts when modem signals are checked using interrupts.

Dutch English
versturen sending
modem modem
signalen signals
gecontroleerd checked

NL Als een interrupt is opgetreden op de tweede PIC is het niet noodzaklijk om de status van beide controllers te resetten

EN If an interrupt has occurred on the second PIC, it is not necessary to reset both the state of the first and the second controller

Dutch English
resetten reset

NL De software moet de intelligentie bezitten om te detecteren welke UART aandacht nodig heeft als er een interrupt optreedt terwijl meer dan één UART van hetzelfde interruptniveau gebruik maakt.

EN The software must have the intelligence to detect which UART needs attention when an interrupt occurs if more than one UART share the same interrupt.

Dutch English
intelligentie intelligence
aandacht attention

NL Als andere hardware in de computer het noodzakelijk maakt kan het zijn dat een UART op een ander I/O adres of interrupt lijn geplaatst is.

EN If other hardware present in the computer makes it necessary, it is possible to move an UART to another I/O address or IRQ.

Dutch English
als if
hardware hardware
computer computer
noodzakelijk necessary
i i
adres address
o o

NL Als buffering wel aanwezig is (zoals op de meeste op dit moment in gebruik zijnde UART?s) neemt dit aantal af tot ongeveer één interrupt op elke veertien binnenkomende bytes

EN When buffering is present (as on most UARTs used today) this will decrease to about one interrupt every fourteen bytes

Dutch English
gebruik used
veertien fourteen
bytes bytes

NL Dit aantal verdubbelt, wanneer ook het versturen van gegevens interrupt gestuurd gaat, laat staan wat er gebeurt als ook de modem signalen worden gecontroleerd door interrupts.

EN This number will double, when also interrupt driven sending is used, not even mentioning the interrupts when modem signals are checked using interrupts.

Dutch English
versturen sending
modem modem
signalen signals
gecontroleerd checked

NL Als een interrupt is opgetreden op de tweede PIC is het niet noodzaklijk om de status van beide controllers te resetten

EN If an interrupt has occurred on the second PIC, it is not necessary to reset both the state of the first and the second controller

Dutch English
resetten reset

NL Voor desktop gebruikt 33% van de pagina?s de dns-prefetch bronhint, 18% gebruikt preload, 8% gebruikt preconnect, 3% gebruikt prefetch en minder dan 1% gebruikt prerender

EN For desktop, 33% of pages use the dns-prefetch resource hint, 18% use preload, 8% use preconnect, 3% use prefetch, and less than 1% use prerender

NL Voor desktop gebruikt 29% van de pagina?s de dns-prefetch bronhint, 47% gebruikt preload, 34% gebruikt preconnect, 10% gebruikt prefetch en minder dan 1% gebruikt prerender

EN For desktop, 29% of pages use the dns-prefetch resource hint, 47% use preload, 34% use preconnect, 10% use prefetch, and less than 1% use prerender

NL De slimste methode om met een PC seriële communicatie uit te voeren is door gebruik te maken van interrupt service routines

EN The smartest way to perform serial communications on a PC is using interrupt driven routines

Dutch English
methode way
pc pc
communicatie communications
is is

NL De UART zal elke verandering aankondigen met het genereren van een processor interrupt

EN The UART will signal each change by generating a processor interrupt

Dutch English
verandering change
genereren generating
processor processor

NL Een UART is in staat om een processor interrupt te genereren wanneer een status verandering van de communicatiechip optreedt

EN A UART is capable of generating a processor interrupt when a state change on the communication device occurs

Dutch English
is is
processor processor
genereren generating
verandering change

NL Het interrupt identification register is hiervoor behulpzaam

EN The IIR, interrupt identification register is helpful in this situation

Dutch English
register register
behulpzaam helpful

NL De bits in het register geven de huidige status van de UART, en welke statusverandering heeft gezorgd voor de interrupt.

EN Its bits show the current state of the UART and which state change caused the interrupt to occur.

Dutch English
huidige current
bits bits

NL Een UART is in staat om de aandacht van software te trekken door een processor interrupt te genereren

EN A UART is capable of calling attention of the running software by generating a processor interrupt

Dutch English
is is
aandacht attention
software software
processor processor
genereren generating

NL Naast een I/O adres is ook een standaard interrupt niveau aan de UART?s toegewezen

EN A default interrupt line number is also assigned to each device

Dutch English
is is
standaard default

NL Wanneer een interrupt optreedt op één van de PIC ingangen, dan wordt de INTR ingang van de processor geactiveerd

EN When an interrupt occurs on one of the input lines, the processor?s INTR line is activated by the PIC

Dutch English
processor processor
geactiveerd activated

NL Het andere doel is om de PIC te resetten wanneer bij het afhandelen van een interrupt alle noodzakelijke handelingen zijn uitgevoerd.

EN The other use is to reset the interrupt when the software has finished performing all necessary actions.

Dutch English
resetten reset
noodzakelijke necessary
handelingen actions

NL Het startadres van een ISR in de BIOS tabel kan worden veranderd door de bytes direct te veranderen op de geëigende geheugenplaats, maar het is beter om een DOS software interrupt toe te passen die daarvoor ontworpen is

EN Changing the address of an ISR can be done by changing bytes directly on the memory location in the table, or better, using a DOS software interrupt designed for it

Dutch English
tabel table
direct directly
veranderen changing
beter better
software software
bytes bytes

Showing 50 of 50 translations