English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

microcontroller

2006-10-01 14:29:43 · 2 answers · asked by cashlanta 1 in Science & Mathematics Engineering

2 answers

In logic circuits, there is a flip flop called a D type. This device will latch a logical high or low when a clock edge occurs depending on which logic level is on its "D" input pin. It isn't called a gated D latch, but it could be gated by the gating the clock signal to it...the clock is only allowed to occur at a specific window of time by a gating signal. The gating signal and the clock would pass through a logical AND gate (for example) so that only when both are high is the high result sent to the D input of the flip flop (latch).

Now, if you really meant to call it a "delatch" instead of a D latch, then delatch is the process of reseting the flip flop. Most of them have a reset pin which acts asynchronously to reset the output state of the latch to 0 for Q and 1 for Q not.

2006-10-01 17:29:32 · answer #1 · answered by SkyWayGuy 3 · 0 0

a gated D-latch is a memory device flip flop. Its is to retain an output between clock cycles no matter what happens to the input and then replicate whatever is on its input when it gets the proper clock function. They can be either rising or falling edge triggered or level triggerd since it is a latch and not a true flip flop.

2006-10-02 00:32:08 · answer #2 · answered by Joel D 2 · 0 0

fedest.com, questions and answers