Lines Matching full:hold
129 2. The **hold** phase is executed for entry into reset, once every object in the
138 *hold* phases are executed only when asserting reset for the first time
159 phase of the reset; they are name ``phases.enter()``, ``phases.hold()`` and
188 /* call parent class hold phase */
189 if (myclass->parent_phases.hold) {
190 myclass->parent_phases.hold(obj, type);
228 only override the *enter* phase and leave *hold* and *exit* untouched::
233 This is equivalent to providing a trivial implementation of the hold and exit
245 phase. During *enter* and *hold* phase only, the function will return that the
258 *hold* or *exit* phase of another object in the same reset group.
309 a reset operation it must be used only in *hold* phase. Using it in *enter* or
348 "hold" phase of this reset.