Searched refs:wdt_obj (Results 1 – 2 of 2) sorted by relevance
37 static struct swm_wdt_device wdt_obj; variable87 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()
38 static struct swm_wdt_device wdt_obj; variable88 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