Home
last modified time | relevance | path

Searched refs:min_period_ms (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/cypress/libs/watchdog/
Dwatchdog.c54 …uint16_t min_period_ms; // Minimum period in milliseconds that can be represented with this many i… member
89 if (*timeout_ms < _cy_wdg_ignore_data[i].min_period_ms) in _cy_wdg_timeout_to_ignore_bits()
90 *timeout_ms = _cy_wdg_ignore_data[i].min_period_ms; in _cy_wdg_timeout_to_ignore_bits()