Home
last modified time | relevance | path

Searched refs:wdt_timeout_cfg (Results 1 – 25 of 54) sorted by relevance

123

/Zephyr-latest/include/zephyr/drivers/
Dwatchdog.h90 struct wdt_timeout_cfg { struct
103 struct wdt_timeout_cfg *next; argument
128 const struct wdt_timeout_cfg *cfg); argument
219 const struct wdt_timeout_cfg *cfg) in wdt_install_timeout()
/Zephyr-latest/drivers/watchdog/
Dwdt_dw_common.h44 const struct wdt_timeout_cfg *config, uint32_t *period_out);
Dwdt_fwdgt_gd32.c109 const struct wdt_timeout_cfg *config) in gd32_fwdgt_install_timeout()
166 const struct wdt_timeout_cfg config = { in gd32_fwdgt_init()
Dwdt_xmc4xxx.c98 static int wdt_xmc4xxx_install_timeout(const struct device *dev, const struct wdt_timeout_cfg *cfg) in wdt_xmc4xxx_install_timeout()
172 const struct wdt_timeout_cfg cfg = {.window.max = CONFIG_WDT_XMC4XXX_DEFAULT_TIMEOUT_MAX_MS, in wdt_xmc4xxx_init()
Dwdt_iwdg_stm32.c144 const struct wdt_timeout_cfg *config) in iwdg_stm32_install_timeout()
192 struct wdt_timeout_cfg config = { in iwdg_stm32_init()
Dwdt_dw_common.c59 const struct wdt_timeout_cfg *config, uint32_t *period_out) in dw_wdt_calc_period()
Dwdt_opentitan.c86 const struct wdt_timeout_cfg *cfg) in ot_aontimer_install_timeout()
96 struct wdt_timeout_cfg *bite = cfg->next; in ot_aontimer_install_timeout()
Dwdt_ti_tps382x.c51 const struct wdt_timeout_cfg *cfg) in ti_tps382x_install_timeout()
Dwdt_smartbond.c63 const struct wdt_timeout_cfg *config) in wdg_smartbond_install_timeout()
Dwdt_ifx_cat1.c79 static int ifx_cat1_wdt_install_timeout(const struct device *dev, const struct wdt_timeout_cfg *cfg) in ifx_cat1_wdt_install_timeout()
Dwdt_npm2100.c63 const struct wdt_timeout_cfg *timeout) in wdt_npm2100_install_timeout()
Dwdt_cmsdk_apb.c112 const struct wdt_timeout_cfg *config) in wdog_cmsdk_apb_install_timeout()
Dwdt_npm1300.c69 const struct wdt_timeout_cfg *timeout) in wdt_npm1300_install_timeout()
Dwdt_ene_kb1200.c75 const struct wdt_timeout_cfg *config) in wdt_kb1200_install_timeout()
Dwdt_cc13xx_cc26xx.c56 const struct wdt_timeout_cfg *cfg) in wdt_cc13xx_cc26xx_install_timeout()
Dwdt_mchp_xec.c86 const struct wdt_timeout_cfg *config) in wdt_xec_install_timeout()
Dwdt_mcux_imx_wdog.c70 const struct wdt_timeout_cfg *cfg) in mcux_wdog_install_timeout()
Dwdt_npm6001.c59 const struct wdt_timeout_cfg *timeout) in wdt_npm6001_install_timeout()
Dwdt_sam.c143 const struct wdt_timeout_cfg *cfg) in wdt_sam_install_timeout()
Dwdt_wwdgt_gd32.c136 const struct wdt_timeout_cfg *config) in gd32_wwdgt_install_timeout()
/Zephyr-latest/samples/boards/espressif/xt_wdt/src/
Dmain.c50 struct wdt_timeout_cfg wdt_config = { in main()
/Zephyr-latest/samples/drivers/watchdog/src/
Dmain.c94 struct wdt_timeout_cfg wdt_config = { in main()
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/src/
Dtest_wdt.c136 static struct wdt_timeout_cfg m_cfg_wdt0;
138 static struct wdt_timeout_cfg m_cfg_wdt1;
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_reset_none/src/
Dmain.c28 static struct wdt_timeout_cfg m_cfg_wdt0;
/Zephyr-latest/subsys/task_wdt/
Dtask_wdt.c130 struct wdt_timeout_cfg wdt_config; in task_wdt_init()

123