Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_dw_common.c90 int dw_wdt_probe(const uint32_t base, const uint32_t reset_pulse_length) in dw_wdt_probe() argument
100 dw_wdt_reset_pulse_length_set(base, reset_pulse_length); in dw_wdt_probe()
Dwdt_dw_common.h55 int dw_wdt_probe(const uint32_t base, const uint32_t reset_pulse_length);
Dwdt_dw.c48 uint8_t reset_pulse_length; member
189 ret = dw_wdt_probe((uint32_t)reg_base, dev_config->reset_pulse_length);
258 .reset_pulse_length = ilog2(DT_INST_PROP_OR(inst, reset_pulse_length, 2)) - 1, \
Dwdt_intel_adsp.c150 const unsigned int reset_pulse_length = in intel_adsp_wdt_init() local
151 ilog2(DT_PROP(DEV_NODE, reset_pulse_length)) - 1; in intel_adsp_wdt_init()
159 ret = dw_wdt_probe(dev_data->core_wdt[i], reset_pulse_length); in intel_adsp_wdt_init()