Rev 1532 | Rev 1534 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1532 | Rev 1533 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | 25 | ||
| 26 | # Diagnostics pin. Asserted from external monitors if the outputs need to be disabled. |
26 | # Diagnostics pin. Asserted from external monitors if the outputs need to be disabled. |
| 27 | act_protectedOutput_DIAG_PIN=GPIO_D2 |
27 | act_protectedOutput_DIAG_PIN=GPIO_D2 |
| 28 | act_protectedOutput_DIAG_PIN_PCINT=<PCINT> |
28 | act_protectedOutput_DIAG_PIN_PCINT=<PCINT> |
| 29 | 29 | ||
| 30 | # Defines the |
30 | # Defines the polarity of the DIAG pin. 1 means DIAG is asserted HIGH during error conditions, 0 means it is asserted low. |
| 31 |
|
31 | act_protectedOutput_DIAG_PIN_POLARITY=0 |
| 32 | 32 | ||
| 33 | # Enables internal pull-up resistor for the DIAG pin. This is only used if |
33 | # Enables internal pull-up resistor for the DIAG pin. This is only used if polarity is defined as 0 (i.e. active low). |
| 34 | act_protectedOutput_DIAG_PIN_PULL_ENABLED=0 |
34 | act_protectedOutput_DIAG_PIN_PULL_ENABLED=0 |
| 35 | 35 | ||
| 36 | # When the output pins have been turned off by a DIAG assertion, software can try to enable them again after a specified timeout. |
36 | # When the output pins have been turned off by a DIAG assertion, software can try to enable them again after a specified timeout. |
| 37 | # Set timeout to 0 to disable this mechanism. |
37 | # Set timeout to 0 to disable this mechanism. |
| 38 | act_protectedOutput_RETRY_TIMER=<TIMER> |
38 | act_protectedOutput_RETRY_TIMER=<TIMER> |