经常会在Datasheet看到Assert(Asserting、Asserted),De-assert(Deassert、deasserting、deasserted)等词,如下面这句:

Assertion of LDT_RST# causes the CPU to transition into a low power state and to de-assert MEMCLKEA/B and assert MEMREST_L.

那这个词是什么意思呢,下面就来解释一下这两个词的意思:

Assert:意思就是把信号变为active(可以理解为有效),根据系统有求不同,该有效电平可以是高电平(即高有效)也可以是低电平(即低有效)。
De-assert:意思就是解除active状态,就是信号变为非active状态,可以是高也可以是低。

英文解释:

Assert:Set a signal to its “active” state;

De-assert: Set a signal to its “inactive” state。
If a signal is active-low,“asserting” that signal means setting it low and deasserting it means setting it high。

相关文章:

  • 2022-02-07
  • 2022-01-29
  • 2022-12-23
  • 2021-09-18
  • 2021-06-09
  • 2022-12-23
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-03-04
  • 2021-12-11
  • 2022-12-23
  • 2021-08-05
相关资源
相似解决方案