So, writing one to bit 3 would enable interrupt 3, writing zero would disable it.
You need to know how to enable interrupt generation upon Rx of data, how to check any relevant Rx status bits, and how to get that data off the card (again sh mem, PIO, DMA, etc.)
データ受信時の割り込み発生を有効にする方法、関係する受信ステータスビットをチェックする方法、カードからデータを受け取る方法(転送時と同じく、共有メモリー, PIO, DMA 等のいずれか)を理解している必要があるでしょう。
Andere resultaten
In general, while programming interrupt service routines, it is recommended to re-enable interrupts as soon as possible in the interrupt handler.
一般に割り込みサービスルーチンをプログラミングする際、割り込みハンドラ内でなるべく早期に割り込み可能な状態にすることが推奨される。
In this case, the device driver must enable interrupts of the corresponding vector and reset interrupts that have been generated.
この場合、対応ベクトルの割り込みの許可、発生した割り込みのリセットなどはデバイ スドライバ側で行なわなくてはならない。
In that case, we enable interrupts again and directly continue execution without executing hlt.
その場合は、再び割り込みを有効にして、 hlt を実行せずにすぐに実行を継続します。
It is instructive to enable interrupts (individual IEN bits = 1 and IE = 1) even if your main program loop does direct polling.
メインプログラムのループがじかにポーリングを行う場合でも、割込みをイネーブルにする(各IENビット = 1およびIE = 1)ことは有益です。
When using interrupts whose timing is uncontrollable as recovery sources, enable interrupts by the EPU after the CPU enters the sleep mode.
割込みのタイミングを制御できないものを復帰要因として使用する場合は、CPU がス リープモードに入った後に、EPU で復帰要因の割込みをイネーブルにしてください。
This is often called a global Interrupt Enable since it affects all interrupts.
They are assembler instruction that enables or disables the interrupts.
それぞれ、割り込みを許可・禁止するアセンブラ命令を呼び出します。
Each pin has an interrupt enable bit and edge polarity bit associated with it.
An interrupt-enable bit for the particular pin.
Enable the interrupt by setting the correct jumper/DIP switch combination.
正しいジャンパ/DIP スイッチの組み合わせを設定することによって割り込みを有効にしてください。
Setting the bits in the mask register enables and disables interrupts and the status register returns the currently active interrupts in the system.
マスクレジスタは、ビットの設定によって割り込みの可不可を決定するものであり、ステータスレジスタはシステム上の現在アクティブな割り込みを示すものである。