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
56 active-delay:
58 description: Delay (default 100) to wait after driving gpio active [ms]
61 inactive-delay:
63 description: Delay (default 100) to wait after driving gpio inactive [ms]
66 wait-delay:
68 description: Delay (default 3000) to wait after completing restart sequence [ms]
83 active-delay = <100>;
84 inactive-delay = <100>;
85 wait-delay = <3000>;