Lines Matching full:delay
23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an
24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by
25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the
49 active-delay:
51 description: Delay (default 100) to wait after driving gpio active [ms]
54 inactive-delay:
56 description: Delay (default 100) to wait after driving gpio inactive [ms]
59 wait-delay:
61 description: Delay (default 3000) to wait after completing restart sequence [ms]
76 active-delay = <100>;
77 inactive-delay = <100>;
78 wait-delay = <3000>;