JPH06314968A - Counter read control method - Google Patents
Counter read control methodInfo
- Publication number
- JPH06314968A JPH06314968A JP10266893A JP10266893A JPH06314968A JP H06314968 A JPH06314968 A JP H06314968A JP 10266893 A JP10266893 A JP 10266893A JP 10266893 A JP10266893 A JP 10266893A JP H06314968 A JPH06314968 A JP H06314968A
- Authority
- JP
- Japan
- Prior art keywords
- counter
- read
- count
- read operation
- signal
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Abstract
(57)【要約】
【目的】プログラムからリード可能なカウンタのリード
制御方法に関し,直接カウンタ10から安定してデータを
読み出すことを可能とし,退避レジスタを削減すること
を目的とする。
【構成】カウンタ10のカウント動作を制御するカウンタ
制御手段13を設け,カウンタ10のリード動作であること
を検出したとき,そのリード動作が終了するまでカウン
ト動作を止め,リード動作終了後に,まとめてカウンタ
10を更新する。
(57) [Summary] [Object] Regarding a read control method of a counter that can be read from a program, it is possible to directly read data directly from the counter 10 and to reduce the number of save registers. [Structure] A counter control means 13 for controlling the counting operation of the counter 10 is provided, and when it is detected that the reading operation of the counter 10 is completed, the counting operation is stopped until the reading operation is completed, and after the reading operation is completed, counter
Update 10
Description
【0001】[0001]
【産業上の利用分野】本発明は,カウンタの値を読み出
すためのカウンタのリード制御方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a counter read control method for reading a counter value.
【0002】一般に,情報処理装置には,周期を設定す
ることによって設定時間毎に割り込みを発生させる機能
や実時間をカウントする機能などを実現するために,プ
ログラムによりアクセス可能なカウンタが設けられてい
る。このようなカウンタは,安定した出力が可能である
こと,できるだけ少ない物量で構成できることが望まれ
る。Generally, an information processing apparatus is provided with a counter accessible by a program in order to realize a function of generating an interrupt at every set time by setting a cycle, a function of counting a real time, and the like. There is. It is desirable that such a counter be capable of stable output and be configured with the smallest possible quantity.
【0003】[0003]
【従来の技術】図6は一般的な情報処理装置のブロック
図,図7はカウンタのリード動作時における問題点説明
図,図8は従来例の構成図である。2. Description of the Related Art FIG. 6 is a block diagram of a general information processing apparatus, FIG. 7 is an explanatory view of problems in a read operation of a counter, and FIG. 8 is a configuration diagram of a conventional example.
【0004】図6に簡略化して示すように,情報処理装
置は,中央処理装置(CPU)60,主記憶装置61,
CPU60上で動作するプログラムによりアクセス可能
なカウンタおよびその他の制御レジスタを有するモジュ
ール62等から構成される。これらは,システムバス1
2で結合される。As shown in a simplified form in FIG. 6, the information processing apparatus includes a central processing unit (CPU) 60, a main memory 61,
It is composed of a module 62 having a counter and other control registers accessible by a program operating on the CPU 60. These are the system bus 1
Combined at 2.
【0005】図7において,System CLKはシステム・ク
ロック信号,−ASはカウンタへのアクセス信号,ADDRは
カウンタの値を読み取るためのアドレス,−ACK は読み
出しの応答信号,16MHz CLKはカウンタ制御用のクロッ
ク信号,DATAはカウンタの値を示す。In FIG. 7, System CLK is a system clock signal, -AS is an access signal to the counter, ADDR is an address for reading the counter value, -ACK is a read response signal, and 16 MHz CLK is for counter control. The clock signal and DATA indicate the counter value.
【0006】従来,図6に示すタイマ制御用のモジュー
ル62には,例えば図8に示すようなカウンタ10とそ
の読み出し制御回路が設けられている。カウンタ10
は,クロック信号16MHz CLKまたは図示省略したカウン
トイネーブル信号によりカウント動作を行う。図8にお
いて,11は出力セレクタ,12はシステムバス,80
はカウンタ10を読み出すためにその値を退避するレジ
スタ,81はアドレスをデコードするデコーダ,82は
アンド回路,83はカウンタ10がアクセスされている
ことを示すD型フリップフロップ(D−FF)で構成さ
れるフラグ,84は同期制御のためのD型フリップフロ
ップ,85はレジスタ80に値を格納したかどうかを示
すフラグ,86はレジスタ80への書き込み信号を出力
するアンド回路である。Conventionally, the timer control module 62 shown in FIG. 6 is provided with the counter 10 and its read control circuit as shown in FIG. 8, for example. Counter 10
Performs a counting operation by the clock signal 16 MHz CLK or a count enable signal (not shown). In FIG. 8, 11 is an output selector, 12 is a system bus, 80
Is a register for saving the value of the counter 10 to read it, 81 is a decoder for decoding the address, 82 is an AND circuit, and 83 is a D-type flip-flop (D-FF) indicating that the counter 10 is being accessed. Numeral 84 indicates a D-type flip-flop for synchronization control, numeral 85 indicates a flag indicating whether a value is stored in the register 80, and numeral 86 indicates an AND circuit for outputting a write signal to the register 80.
【0007】従来技術では,カウンタ10のデータを安
定に読み出すために,カウンタ10の値を退避するため
のレジスタ80が必要であった。その理由は,以下のと
おりである。カウンタ10から値を読み出す場合,図7
の point1で示すように,リード動作中に読み出す値が
変化すると,そのデータは不確かなものとなる。したが
って,リード動作中には値が変化しないよう固定する必
要がある。すなわち,固定しなければ,リード動作の最
中にカウント値が更新され,リードデータを受けとる素
子が誤ったデータをサンプルするという問題が出てく
る。従来,その問題を解決するため,リード時には,カ
ウンタ10の値をレジスタ80に取り込み,レジスタ8
0の値を固定して,その値を読み出すようにしていた。In the prior art, the register 80 for saving the value of the counter 10 is required to stably read the data of the counter 10. The reason is as follows. When reading the value from the counter 10, FIG.
If the read value changes during the read operation, the data becomes uncertain, as indicated by point 1 of. Therefore, it is necessary to fix the value so that it does not change during the read operation. That is, unless fixed, the count value is updated during the read operation, and the element receiving the read data samples incorrect data. Conventionally, in order to solve the problem, at the time of reading, the value of the counter 10 is fetched into the register 80 and the register 8
The value of 0 is fixed and the value is read out.
【0008】[0008]
【発明が解決しようとする課題】従来技術によるカウン
タのリード制御方法では,一度カウンタの値をレジスタ
に退避させ,退避レジスタからデータをリードしている
ため,レジスタをカウンタ長と同じビット分だけ持たな
ければならない。そのため,物量が大きくなりコスト高
になるという欠点があった。In the counter read control method according to the prior art, the value of the counter is temporarily saved in the register and the data is read from the saved register. Therefore, the register has the same number of bits as the counter length. There must be. Therefore, there is a drawback that the quantity becomes large and the cost becomes high.
【0009】[0009]
【課題を解決するための手段】図1は本発明の原理説明
図である。図1(イ)において,10はカウンタであ
り,直接アクセス(リード)されるもの,11はリード
のデータを選択してシステムバスへ送る出力セレクタ,
12はシステムバス,13はカウンタ制御手段であり,
カウンタ10の更新を制御するものである。このカウン
タ制御手段13は,リード動作中にはカウンタ10の更
新を抑止し,リード動作が行われていないときのみカウ
ンタ10の更新を行うように制御する。FIG. 1 is a diagram for explaining the principle of the present invention. In FIG. 1A, 10 is a counter, which is directly accessed (read), 11 is an output selector which selects read data and sends it to the system bus,
12 is a system bus, 13 is a counter control means,
The update of the counter 10 is controlled. The counter control unit 13 suppresses the updating of the counter 10 during the read operation and controls the counter 10 to be updated only when the read operation is not performed.
【0010】図1(ロ)において,10〜12は図1
(イ)に示すものに対応する。図1(ロ)に示すカウン
タ制御手段14は,更新回数記録手段15を持つ。カウ
ンタ制御手段14は,カウンタ10のリード動作である
ことを検出したとき,そのリード動作が終了するまでカ
ウンタ10のカウント動作を止めるとともに,その間の
更新すべき回数を,更新回数記録手段15により記憶し
保持しておく。リード動作が終了したならば,カウンタ
10のカウント動作を再開し,更新回数記録手段15に
記録した回数分のカウント値の更新を行うよう制御す
る。In FIG. 1B, 10 to 12 are shown in FIG.
It corresponds to the one shown in (a). The counter control means 14 shown in FIG. 1B has an update count recording means 15. When the counter control means 14 detects that it is a read operation of the counter 10, it stops the counting operation of the counter 10 until the read operation is completed, and stores the number of times to be updated during that time by the update number recording means 15. And keep it. When the read operation is completed, the counting operation of the counter 10 is restarted and the count value recorded in the update number recording means 15 is controlled to be updated.
【0011】[0011]
【作用】本発明は,カウンタ10のリード中にカウンタ
の更新信号が入った場合,この更新を保留させて,リー
ド後に更新を行うよう制御することによって,カウンタ
10の値を直接読み出し可能としている。これによって
退避用のレジスタを持つ必要がなくなり,物量の削減が
可能となる。According to the present invention, when the update signal of the counter is input during the reading of the counter 10, the update is suspended and the update is controlled after the read, so that the value of the counter 10 can be directly read. . As a result, it is not necessary to have a register for saving, and it is possible to reduce the amount of material.
【0012】[0012]
【実施例】図2は本発明の第1の実施例の構成図であ
る。この第1の実施例は,図1(イ)に示す発明に対応
している。20はカウンタ10を指定するアドレスをデ
コードするデコーダ,21はアンド回路,22はカウン
タ10がアクセスされていることを示すD型フリップフ
ロップ(D−FF)で構成されるフラグ,23は同期制
御のためのD型フリップフロップ,24はリード動作中
におけるカウンタ10の更新を保留するためのD型フリ
ップフロップ,25および26はアンド回路,27はオ
ア回路を表す。カウンタ10は,64ビットのカウンタ
である。ここでは,カウンタ10を16μs毎にカウン
トアップするものとする。2 is a block diagram of the first embodiment of the present invention. The first embodiment corresponds to the invention shown in FIG. Reference numeral 20 is a decoder for decoding an address designating the counter 10, 21 is an AND circuit, 22 is a flag composed of a D-type flip-flop (D-FF) indicating that the counter 10 is being accessed, and 23 is a synchronous control. Is a D-type flip-flop, 24 is a D-type flip-flop for holding the update of the counter 10 during the read operation, 25 and 26 are AND circuits, and 27 is an OR circuit. The counter 10 is a 64-bit counter. Here, it is assumed that the counter 10 counts up every 16 μs.
【0013】この回路のタイムチャートを図3に示す。
図2および図3において,System CLKはシステム・クロ
ック信号,−ASはカウンタ10へのアクセス信号,ADDR
はカウンタ10の値を読み取るためのアドレス,AS_Bu
f はカウンタ10をアクセス中であることを示す信号,
AS_Syncはカウンタ10をアクセス中であることを示す
同期化された信号,En_Buf はアクセス中の更新を保留
していることを示す信号,16MHz CLKはカウンタ制御用
のクロック信号,Enableはカウンタ10のカウント動作
をイネーブルにする信号,Count Enableはあらかじめク
ロック信号16MHz CLKに同期がとれている信号であって
カウンタ10を更新させるためのもの,Counter はカウ
ンタ10のデータ状態,System Busはシステムバス12
の状態であってカウンタ10から読み出されたデータを
表すものである。A time chart of this circuit is shown in FIG.
2 and 3, System CLK is a system clock signal, -AS is an access signal to the counter 10, ADDR
Is the address for reading the value of counter 10, AS_Bu
f is a signal indicating that the counter 10 is being accessed,
AS_Sync is a synchronized signal indicating that the counter 10 is being accessed, En_Buf is a signal indicating that updating during access is pending, 16 MHz CLK is a clock signal for counter control, and Enable is the count of the counter 10. A signal for enabling the operation, Count Enable is a signal which is synchronized with the clock signal 16 MHz CLK in advance and is for updating the counter 10, Counter is the data state of the counter 10, System Bus is the system bus 12
In this state, the data read from the counter 10 is represented.
【0014】なお,本実施例はカウントイネーブル信号
Count Enableの周期がリード動作より長い必要がある。
図3に示すタイムチャートでは,2つのアクセスを示し
ている。前半のリードアクセスの動作は,アクセス信号
−ASとカウントイネーブル信号Count Enableとが重複し
ない場合であり,後半のリードアクセスの動作は,リー
ド動作中にカウントイネーブルが発生した場合である。
前者では,カウント動作がカウンタ10の読み出しに影
響しないので,カウントイネーブル信号Count Enableの
次のタイミングでカウンタ10の更新が行われる。In this embodiment, the count enable signal is used.
The cycle of Count Enable needs to be longer than the read operation.
The time chart shown in FIG. 3 shows two accesses. The read access operation in the first half is when the access signal -AS and the count enable signal Count Enable do not overlap, and the read access operation in the second half is when the count enable occurs during the read operation.
In the former case, since the count operation does not affect the reading of the counter 10, the counter 10 is updated at the timing next to the count enable signal Count Enable.
【0015】後者の場合,リード動作中にカウントイネ
ーブル(Count Enable)が発生すると,アンド回路27
を経て,カウントアップの保留フラグ(D−FF24)
がセットされる。そして,リードアクセスの終了を待
ち,リードアクセスが終了した時点で,アンド回路27
によりカウントアップタイミングを再構成し,カウンタ
10のイネーブル信号Enableによりカウントアップを行
う。それと同時にカウントアップの保留フラグ(D−F
F24)をリセットする。すなわち,図3に示すTの時
間だけカウンタ10の更新が保留され,その後にカウン
タ10の値が正しく修正される。In the latter case, when a count enable (Count Enable) occurs during the read operation, the AND circuit 27
Via the count-up hold flag (D-FF24)
Is set. Then, it waits for the end of the read access, and when the read access is completed, the AND circuit 27
The count-up timing is reconfigured by and the count-up is performed by the enable signal Enable of the counter 10. At the same time, the count-up hold flag (DF
Reset F24). That is, the update of the counter 10 is suspended for the time T shown in FIG. 3, and then the value of the counter 10 is corrected correctly.
【0016】いずれの場合にも,安定したカウンタ10
の値が,出力セレクタ11に対する出力イネーブルによ
りシステムバス12に出力されることになる。第1の実
施例では,カウントイネーブル信号Count Enableの周期
がリード動作より長い必要がある。もし,リード動作よ
り短い場合,カウントのタイミングが失われてカウント
値が少なくなる可能性がある。第2の実施例の場合,リ
ード動作中のカウントイネーブル信号Count Enableの回
数を記録する手段を持つことにより,リード動作後にそ
の回数分まとめてカウンタの更新をする。これにより,
カウントイネーブル信号Count Enableの周期がリード動
作より短い場合でも,正確なカウントを保証する。In either case, a stable counter 10
Is output to the system bus 12 by the output enable of the output selector 11. In the first embodiment, the cycle of the count enable signal Count Enable needs to be longer than the read operation. If it is shorter than the read operation, the count timing may be lost and the count value may decrease. In the case of the second embodiment, by having means for recording the number of times of the count enable signal Count Enable during the read operation, the counter is collectively updated after the read operation by the number of times. By this,
Even if the cycle of the count enable signal Count Enable is shorter than the read operation, accurate counting is guaranteed.
【0017】図4は本発明の第2の実施例の構成図であ
る。この第2の実施例は,図1(ロ)に示す発明に対応
している。カウンタ制御手段14の他の部分は,第1の
実施例と同様である。40および41はリード動作中に
おけるカウンタ更新回数を記録するためのD型フリップ
フロップ,42〜45はアンド回路,46〜48はオア
回路を表す。FIG. 4 is a block diagram of the second embodiment of the present invention. The second embodiment corresponds to the invention shown in FIG. The other parts of the counter control means 14 are the same as in the first embodiment. Reference numerals 40 and 41 denote D-type flip-flops for recording the number of times the counter is updated during the read operation, 42 to 45 denote AND circuits, and 46 to 48 denote OR circuits.
【0018】この回路のタイムチャートを図5に示す。
各信号は第1の実施例とほぼ同様であるが,En_Buf の
信号が,En_Buf1とEn_Buf2に分かれている。カウンタ
10へのアクセス信号−ASが来ない場合,カウントイネ
ーブル信号Count Enableによってカウンタ10はカウン
ト動作を続ける。A time chart of this circuit is shown in FIG.
Each signal is almost the same as that of the first embodiment, but the signal of En_Buf is divided into En_Buf1 and En_Buf2. When the access signal -AS to the counter 10 does not come, the counter 10 continues the counting operation by the count enable signal Count Enable.
【0019】例えば,図5に示すように,アクセス信号
−ASにより,アクセス同期信号AS_Syncが“High ”に
なると,カウントイネーブル信号Count Enableに対し
て,カウンタ10へのイネーブル信号Enableは“High”
にならず,カウンタ10の更新は保留される。このと
き,D−FF40はセットされる。リードアクセスが終
了する前に,さらにカウントイネーブル(Count Enabl
e)が発生すると,カウンタ10の更新は保留されたま
まで,D−FF41もセットされる。すなわち,2回分
の更新回数を保持することになる。この間,カウンタ1
0のカウント動作は停止しているので,カウンタ10か
らのデータ出力は安定して行われることになる。For example, as shown in FIG. 5, when the access synchronization signal AS_Sync becomes "High" by the access signal -AS, the enable signal Enable for the counter 10 is "High" with respect to the count enable signal Count Enable.
Therefore, the update of the counter 10 is suspended. At this time, the D-FF 40 is set. Count enable (Count Enabl
When e) occurs, the update of the counter 10 is held pending and the D-FF 41 is also set. That is, the number of updates for two times is held. During this time, counter 1
Since the count operation of 0 is stopped, the data output from the counter 10 is stably performed.
【0020】リードアクセスが終了すると,アクセス同
期信号AS_Syncが“Low ”になり,カウンタ10の更新
動作は再開される。特に,リード動作後には,D−FF
40,41に記録されている回数分のイネーブル信号En
ableがまとめてカウンタ10に出力され,保留していた
カウント値の補正が行われる。記録されている回数分の
カウンタ10の更新とともに,D−FF40,41はリ
セットされる。When the read access is completed, the access synchronization signal AS_Sync becomes "Low", and the updating operation of the counter 10 is restarted. Especially after the read operation, D-FF
Enable signal En for the number of times recorded in 40 and 41
The able is collectively output to the counter 10, and the held count value is corrected. The D-FFs 40 and 41 are reset with the update of the counter 10 for the number of recorded times.
【0021】図4に示す例では,2回分の更新を保留可
能になっているが,もちろん更新回数を記憶し保持する
ためのフリップフロップ等を増やすことにより,もっと
多くの更新を保留可能に構成することも可能である。In the example shown in FIG. 4, two updates can be held, but of course more updates can be held by increasing the number of flip-flops or the like for storing and holding the number of updates. It is also possible to do so.
【0022】[0022]
【発明の効果】以上説明したように,本発明によれば,
リード動作中にはカウンタの更新を止めるので,直接カ
ウンタの値を読み出すことができ,カウンタの値の退避
は不要となる。したがって,退避レジスタを削減するこ
とができ,少ない物量で安定したデータの読み出しを実
現することが可能となる。As described above, according to the present invention,
Since updating of the counter is stopped during the read operation, the value of the counter can be read directly and the saving of the value of the counter is unnecessary. Therefore, the number of save registers can be reduced, and stable data reading can be realized with a small amount of material.
【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.
【図2】本発明の第1の実施例の構成図である。FIG. 2 is a configuration diagram of a first embodiment of the present invention.
【図3】本発明の第1の実施例の動作説明図である。FIG. 3 is an operation explanatory diagram of the first embodiment of the present invention.
【図4】本発明の第2の実施例の構成図である。FIG. 4 is a configuration diagram of a second embodiment of the present invention.
【図5】本発明の第2の実施例の動作説明図である。FIG. 5 is an operation explanatory diagram of the second embodiment of the present invention.
【図6】一般的な情報処理装置のブロック図である。FIG. 6 is a block diagram of a general information processing apparatus.
【図7】カウンタのリード動作時における問題点説明図
である。FIG. 7 is a diagram illustrating a problem during a read operation of the counter.
【図8】従来例の構成図である。FIG. 8 is a configuration diagram of a conventional example.
10 カウンタ 11 出力セレクタ 12 システムバス 13,14 カウンタ制御手段 15 更新回数記録手段 10 Counter 11 Output Selector 12 System Bus 13, 14 Counter Control Means 15 Update Count Recording Means
Claims (2)
0)を備えたシステムにおけるカウンタのリード制御方法
において,前記カウンタ(10)のカウント動作を制御する
カウンタ制御手段(13)を設け,該カウンタ制御手段(13)
により,前記カウンタ(10)のリード動作であることを検
出したとき,そのリード動作が終了するまで該カウンタ
(10)のカウント動作を止め,リード動作終了後に,該カ
ウンタ(10)のカウント動作を再開してカウント値の更新
を行うことを特徴とするカウンタのリード制御方法。1. A program-readable counter (1
In a method of controlling reading of a counter in a system including (0), counter control means (13) for controlling the counting operation of the counter (10) is provided, and the counter control means (13)
When it is detected by the counter that the read operation of the counter (10) is performed, the counter is continued until the read operation is completed.
A read control method for a counter, characterized in that the count operation of (10) is stopped, and after the read operation is completed, the count operation of the counter (10) is restarted to update the count value.
0)を備えたシステムにおけるカウンタのリード制御方法
において,前記カウンタ(10)のカウント動作を制御する
カウンタ制御手段(14)を設け,該カウンタ制御手段(14)
により,前記カウンタ(10)のリード動作であることを検
出したとき,そのリード動作が終了するまで該カウンタ
(10)のカウント動作を止めるとともに,その間の更新回
数を記録する手段(15)により,リード動作中における該
カウンタ(10)を更新すべき回数を記録しておき,リード
動作終了後に,該カウンタ(10)のカウント動作を再開
し,前記更新回数を記録する手段(15)に記録した回数分
のカウント値の更新を行うことを特徴とするカウンタの
リード制御方法。2. A program-readable counter (1
0) In a read control method of a counter in a system, a counter control means (14) for controlling the counting operation of the counter (10) is provided, and the counter control means (14)
When it is detected by the counter that the read operation of the counter (10) is performed, the counter is continued until the read operation is completed.
The counting operation of (10) is stopped, and the number of times the counter (10) should be updated during the read operation is recorded by the means (15) for recording the number of updates during that time, and the counter is read after the read operation is completed. A read control method of a counter, characterized in that the counting operation of (10) is restarted and the count value recorded in the updating number recording means (15) is updated.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP10266893A JPH06314968A (en) | 1993-04-28 | 1993-04-28 | Counter read control method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP10266893A JPH06314968A (en) | 1993-04-28 | 1993-04-28 | Counter read control method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH06314968A true JPH06314968A (en) | 1994-11-08 |
Family
ID=14333617
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP10266893A Withdrawn JPH06314968A (en) | 1993-04-28 | 1993-04-28 | Counter read control method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH06314968A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1550845B2 (en) † | 2003-12-24 | 2022-05-04 | Avago Technologies International Sales Pte. Limited | positionsdetector |
-
1993
- 1993-04-28 JP JP10266893A patent/JPH06314968A/en not_active Withdrawn
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1550845B2 (en) † | 2003-12-24 | 2022-05-04 | Avago Technologies International Sales Pte. Limited | positionsdetector |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20030131208A1 (en) | Memory access circuit and memory access control circuit | |
| US8209561B2 (en) | Real time clock and method for recording data in real time clock | |
| JP2504018B2 (en) | Input circuit | |
| JPH06314968A (en) | Counter read control method | |
| KR100321745B1 (en) | A micro controller unit for external memory access | |
| US5301307A (en) | Microprocessor having waiting function | |
| JP2002182780A (en) | Control method of real-time clock and real-time clock | |
| JP2786033B2 (en) | Time measuring device | |
| JPH05107314A (en) | IC test equipment | |
| JPH10255489A (en) | Microcomputer | |
| JPH046024B2 (en) | ||
| JP3188042B2 (en) | Table search device in digital computer | |
| JP2862647B2 (en) | FIFO buffer control method | |
| JP2023161717A (en) | real time clock module | |
| JPS62241044A (en) | History information collecting device | |
| JP2003186459A (en) | Display device control method and display device | |
| JP2002251319A (en) | Semiconductor storage device and information processing device | |
| JPH04171566A (en) | Data updating control circuit | |
| JPH05197520A (en) | Fifo memory | |
| JPH04319597A (en) | Initialization circuit for storage circuit | |
| JPH11120070A (en) | Data readout controller | |
| JP2002181857A (en) | Signal processing device | |
| JPH11220383A (en) | Counter device with output holding function, clock control device, counter device, and interval timer device | |
| JP2000181569A (en) | Counter device and storage medium storing program | |
| JPH1049489A (en) | Signal generator |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20000704 |