Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_wdt.c37 static struct swm_wdt_device wdt_obj; variable
87 wdt_obj.wdt_cfg = &swm_wdt_cfg; in swm_wdt_init()
88 wdt_obj.wdt_device.ops = &swm_wdt_ops; in swm_wdt_init()
90 …result = rt_hw_watchdog_register(&wdt_obj.wdt_device, wdt_obj.wdt_cfg->name, RT_DEVICE_FLAG_RDWR, in swm_wdt_init()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_wdt.c38 static struct swm_wdt_device wdt_obj; variable
88 wdt_obj.wdt_cfg = &swm_wdt_cfg; in swm_wdt_init()
89 wdt_obj.wdt_device.ops = &swm_wdt_ops; in swm_wdt_init()
91 …result = rt_hw_watchdog_register(&wdt_obj.wdt_device, wdt_obj.wdt_cfg->name, RT_DEVICE_FLAG_RDWR, in swm_wdt_init()

Completed in 11 milliseconds