Watchdog configuration. More...
#include <sw/device/silicon_creator/lib/drivers/watchdog.h>
Data Fields | |
uint32_t | bark_threshold |
Bark threshold value in cycles. | |
uint32_t | bite_threshold |
Bite threshold value in cycles. | |
hardened_bool_t | enable |
Whether or not to enable the watchdog timer after it is configured. | |
Watchdog configuration.
Definition at line 55 of file watchdog.h.
uint32_t watchdog_config::bark_threshold |
Bark threshold value in cycles.
Definition at line 59 of file watchdog.h.
uint32_t watchdog_config::bite_threshold |
Bite threshold value in cycles.
Definition at line 63 of file watchdog.h.
hardened_bool_t watchdog_config::enable |
Whether or not to enable the watchdog timer after it is configured.
Definition at line 67 of file watchdog.h.