libxr
1.0
Want to be the best embedded framework
|
看门狗配置结构体 Configuration for the watchdog More...
#include <watchdog.hpp>
Data Fields | |
uint32_t | timeout_ms |
看门狗溢出时间 Watchdog overflow time (ms) | |
uint32_t | feed_ms |
自动喂狗周期 Auto feed interval (ms, < timeout_ms) | |
看门狗配置结构体 Configuration for the watchdog
Definition at line 26 of file watchdog.hpp.
uint32_t LibXR::Watchdog::Configuration::feed_ms |
自动喂狗周期 Auto feed interval (ms, < timeout_ms)
自动喂狗周期(毫秒)Auto feed interval in milliseconds (should be < timeout_ms)
Definition at line 29 of file watchdog.hpp.
uint32_t LibXR::Watchdog::Configuration::timeout_ms |
看门狗溢出时间 Watchdog overflow time (ms)
看门狗溢出时间(毫秒)Overflow/reset time in milliseconds
Definition at line 28 of file watchdog.hpp.