File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,19 @@ config I2C_MSPM0G3XXX_TRANSFER_TIMEOUT
2424 0 means that the driver should use the K_FOREVER value,
2525 i.e. it should wait as long as necessary.
2626
27+ config I2C_MSPM0G3XXX_WATCHDOG_TIMEOUT
28+ int "I2C watchdog reset timeout (us)"
29+ default 300
30+ help
31+ Defines the timeout in microseconds after which the watchdog will
32+ reset the I2C lines and trigger a system panic.
33+
34+ config I2C_MSPM0G3XXX_WATCHDOG_PANIC_CODE
35+ int "I2C watchdog reset panic code"
36+ default 17
37+ help
38+ Defines the panic code that will be triggered when the I2C watchdog
39+ times out and resets the I2C lines. This code can be used for debugging
40+ or logging the failure reason.
41+
2742endif # I2C_MSPM0G3XXX
You can’t perform that action at this time.
0 commit comments