经常会在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(可以理解为有效),根据系统有求不同,该有效电平可以是高电平(即高有效)也可以是低电平(即低有效)。 英文解释: Assert:Set a signal to its “active” state; De-assert: Set a signal to its “inactive” state。 |