EXTERNAL INTERRUPT 日本語 意味 - 日本語訳 - 英語の例文

[ik'st3ːnl ˌintə'rʌpt]
[ik'st3ːnl ˌintə'rʌpt]

英語 での External interrupt の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Multiple internal and external interrupt sources. The.
多数の内部および外部割込み機構の源。
External interrupts, internal interrupts and Resets.
外部割込み機構、内部割り込みおよび調整。
These functions are for CPU external interrupt flag control.
CPUの外部割込みフラグを制御する。
Controls the external interrupt flag in the CPU and reverts the flag state to intsts.
CPU内の外部割込みフラグを制御し、intstsの状態に戻す。
Two pushbuttons control the reset and external interrupt signals.
つの押しボタンは、リセット信号と外部割込み信号を制御します。
Controls the external interrupt flag in the CPU and disables all external interrupts..
CPU内の外部割込みフラグを制御し、すべての外部割込みを禁止する。
The MAX3420E INToutput pin connects to the ARM7 EINT0(External Interrupt Zero) pin.
MAX3420EのINT出力端子はARM7のEINT0(外部割込みゼロ)端子に接続されています。
Each button has a pair of external interrupts to which it can be connected.
各ボタンには、接続可能な1対の外部割込みがあります
Be careful that it's not pin numbers in Arduino butit's number for pins which is correspond to external interrupts.
Arduinoでのピン番号ではなく、外部割り込みに対応しているピンに対するナンバリングになるので注意が必要です。
This overhead also increases external interrupt and other event latency.
このオーバーヘッドにより、外部の中断とその他のイベントのレイテンシーも増えます。
The external interrupt is a good option when the application is waiting for an external circuit to trigger a condition.
外部割込みは、外部回路がある条件を引き起こすのをアプリケーションが待っているときに有効なオプションです。
However, if 0 is specified in intsts, the external interrupt flag in the CPU is set to the interrupt-enable state.
ただし、intstsとして0を指定した場合は、CPU内の外部割込みフラグが割込み許可状態となる。
External interrupts: 2 and 3 which is these pins can trigger an interrupt on a low value, a rising or falling edge or a change in value.
外部割り込み:2および3これらのピンはLOW/HIGH、立ち上がりまたは立ち下がりエッジ、または値の変化に割り込みをトリガできます。
In addition to the reduced address bus,the 6507 is also unable to service external interrupts, but is otherwise identical to the 6502.
はアドレスバスが削減されただけではなく、外部割込みも使用できないが、それ以外の部分は6502と同一である。
Interrupts" include both external interrupts from devices and interrupts due to CPU exceptions.
割込みには、デバイスからの外部割込みと、CPU例外による割込みの両方を含む。
Twenty-six GPIO pins can be used for power supply enables,power-on reset signals, external interrupts, cascading, or other system functions.
本のGPIOピンを電源イネーブル、パワーオン・リセット信号、外部割り込み、カスケード接続、その他のシステム機能に使用できます。
Since this detection is tied to an external interrupt, in software I just needed to record the time that the heart beat happened.
この検出は外部割込みに結び付けられているため、ソフトウェアで必要なのは単に心拍が発生した時間を記録することのみです。
Twenty-three GPIO pins can be used for power supply enables,power-on reset signals, external interrupts, cascading, or other system functions.
本のGPIOピンを、電源イネーブル、パワー・オン・リセット信号、外部割り込み、カスケード接続、その他のシステム機能に使用できます。
I wanted to tie this signal to an external interrupt, so I would not need to worry about sampling the external heart-rate circuit.
外部の心拍数回路のサンプリングについて考えなくて済むよう、この信号を外部割込みに結び付けることにしました。
Push button 1, labeled SW4 on the evaluation kit board,can be tied to either port 5 pin 2(external interrupt 10) or port 5 pin 3 external interrupt 11.
押しボタン1(評価キットボード上のSW4)は、ポート5のピン2(外部割込み10)またはポート5のピン3(外部割込み11)のいずれかに接続することができます。
The ARM processor has two levels of external interrupt, FIQ and IRQ, both of which are level-sensitive active LOW signals into the core.
ARMプロセッサにはFIQとIRQの2つのレベルの外部割り込みがあり、両方ともコアに流れるレベルセンシティブなLOWアクティブ信号です。
The MAX2990 is integrated with modules for serial communication(SPITM, I2C, UART) and a real-time clock(RTC) for time stamping, in addition to standard blocks such as timers,GPIO, and external interrupts.
MAX2990は、タイマー、GPIO、および外部割込みなどの標準的なブロックに加え、シリアル通信(SPITM、I2C、UART)用のモジュールと時刻記録用のリアルタイムクロック(RTC)を内蔵しています。
Interrupt Handling Interrupt HandlingInterrupts in the T-Kernel include both external interrupts from devices and interrupts due to CPU exceptions.
割込み処理割込み処理T-Kernelでの割込みは、デバイスからの外部割込みと、CPU例外による割込みの両方を含む。
Checks the external interrupt flag in the CPU that was stored in intsts by the previously executed DI(), and returns TRUE(a non-zero value) if the flag status is determined as the interrupt-disabled by μT-Kernel/OS, or FALSE otherwise.
以前に実行されたDI()によってintstsに保存されていたCPU内の外部割込みフラグの状態を調べ、μT-Kernel/OSで割込み禁止と判断される状態であった場合にはTRUE(0以外の値)を、割込み許可と判断される状態であった場合にはFALSEを返す。
Pin P3.2 is amultifunction port pin that also serves as an external interrupt input(INT0). In this application, however, the software does not enable this interrupt..
P3.2端子は、外部割込み入力(INT0)としても動作するマルチファンクションポート端子ですが、このアプリケーションの場合は、ソフトウェアはこの割込みをイネーブルにしません。
Note that both the external interrupt and the specified elapsed time are the factors that is independent from a task that is incidentally running at that moment. Finally,"non-task portion" is separated into three classes:"transient state,""quasi-task portion," and"task-independent portion.
外部割込みも、指定時間の経過も、その時点でたまたま実行中だったタスクとは無関係の要因である点に注意されたい。結局、「非タスク部」は、「過渡的な状態」「準タスク部」「タスク独立部」の3つに分類できる。
To measure the gate time, there are three operating modes to choose from:software polling, external interrupt source, and internal pulse center interrupt source, meaning clock generation based on the measured PWM signals.
ゲートタイムを計測する場合は、ソフトウェアポーリング、外部割込みソース、および内部パルスセンター割込みソース(平均値計測用サンプリングクロックを計測したPWM信号から生成)の3つの動作モードから選択できます。
After moving CPU to the low-power mode, low_pow() waits for an external interrupt.When an external interrupt occurs, low_pow() moves the CPU and its associated hardware back to the normal mode(non low-power mode) and then returns to the caller of it.
低消費電力モードに移行した後は、low_pow()の処理の中で外部割込みの発生を待ち、外部割込みが発生したら、CPU周辺のハードウェアを通常モード(低消費電力ではないモード)に戻す処理を行ってから、low_pow()の呼出元に復帰する。
結果: 28, 時間: 0.0301

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語