Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/mfd/
Dnpm1300.h118 int mfd_npm1300_set_timer(const struct device *dev, uint32_t time_ms);
/Zephyr-latest/drivers/watchdog/
Dwdt_npm1300.c84 ret = mfd_npm1300_set_timer(config->mfd, timeout->window.max); in wdt_npm1300_install_timeout()
/Zephyr-latest/drivers/mfd/
Dmfd_npm1300.c239 int mfd_npm1300_set_timer(const struct device *dev, uint32_t time_ms) in mfd_npm1300_set_timer() function
267 int ret = mfd_npm1300_set_timer(dev, time_ms); in mfd_npm1300_hibernate()