![]() |
watchdog-timer-checkpoint-freertos
2.1.0
watchdog-timer-checkpoint-freertos
|
WATCHDOG TIMER FreeRTOS CCO configuration file. More...
Go to the source code of this file.
Macros | |
#define | WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION (1) |
Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation. More... | |
#define | FREERTOS_TIMER_PERIOD_MS 15000 |
Period (in milliseconds) of the FreeRTOS timer that will attest the FreeRTOS scheduler activity. Warning This value must be lower than the watchdog timeout period. | |
WATCHDOG TIMER FreeRTOS CCO configuration file.
Definition in file watchdog_timer_freertos_configuration.h.
#define WATCHDOG_TIMER_FREERTOS_CONFIGURATION_VERSION (1) |
Compatibility sanity check value. This define value is checked in the implementation to validate that the version of this configuration is compatible with the implementation.
This value must not be changed by the user of the CCO. This value must be incremented by the implementor of the CCO when a configuration define is added, deleted or modified.
Definition at line 33 of file watchdog_timer_freertos_configuration.h.