Rev 1503 | Rev 1512 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1503 | Rev 1505 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | act_protectedOutput_DIAG_PIN_PULL_ENABLED=0 |
20 | act_protectedOutput_DIAG_PIN_PULL_ENABLED=0 |
| 21 | 21 | ||
| 22 | # When the output pin has been turned off by a DIAG assertion, software can try to enable it again after a specified timeout. |
22 | # When the output pin has been turned off by a DIAG assertion, software can try to enable it again after a specified timeout. |
| 23 | # Set timeout to 0 to disable this mechanism. |
23 | # Set timeout to 0 to disable this mechanism. |
| 24 | act_protectedOutput_RETRY_TIMER=<TIMER> |
24 | act_protectedOutput_RETRY_TIMER=<TIMER> |
| 25 |
|
25 | act_protectedOutput_RETRY_TIMER_TIME_S=10 |
| 26 | 26 | ||
| 27 | # This timer polls the DIAG pin. Perhaps change this so we trigger on interrupt instead? |
27 | # This timer polls the DIAG pin. Perhaps change this so we trigger on interrupt instead? |
| 28 | act_protectedOutput_DIAG_POLL_TIMER=<TIMER> |
28 | act_protectedOutput_DIAG_POLL_TIMER=<TIMER> |
| 29 | act_protectedOutput_DIAG_POLL_TIMER_TIME_MS=100 |
29 | act_protectedOutput_DIAG_POLL_TIMER_TIME_MS=100 |
| 30 | 30 | ||