Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/watchdog/include/aos/driver/
A Dwdg.h21 typedef uint32_t* wdg_dev_handle_t; typedef
32 extern wdg_dev_handle_t aos_wdg_open (uint32_t id, uint32_t ms);
42 extern aos_status_t aos_wdg_close (wdg_dev_handle_t dev_h);
53 extern aos_status_t aos_wdg_start (wdg_dev_handle_t dev_h);
63 extern aos_status_t aos_wdg_stop (wdg_dev_handle_t dev_h);
74 extern aos_status_t aos_wdg_timeout_set (wdg_dev_handle_t dev, uint32_t ms);
84 extern aos_status_t aos_wdg_feed (wdg_dev_handle_t dev_h);
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_core.c31 wdg_dev_handle_t aos_wdg_open (uint32_t id, uint32_t ms) { in aos_wdg_open()
155 aos_status_t aos_wdg_close (wdg_dev_handle_t dev_h) { in aos_wdg_close()
210 aos_status_t aos_wdg_control (wdg_dev_handle_t dev_h, bool enable) { in aos_wdg_control()
253 aos_status_t aos_wdg_start (wdg_dev_handle_t dev_h) { in aos_wdg_start()
265 aos_status_t aos_wdg_stop (wdg_dev_handle_t dev_h) { in aos_wdg_stop()
278 aos_status_t aos_wdg_timeout_set (wdg_dev_handle_t dev_h, uint32_t ms) { in aos_wdg_timeout_set()
306 aos_status_t aos_wdg_feed (wdg_dev_handle_t dev_h) { in aos_wdg_feed()
A Dwdg_dev.c29 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_ioctl()
69 wdg_dev_handle_t wdg = NULL; in wdg_device_open()
92 wdg_dev_handle_t wdg = (wdg_dev_handle_t)f->f_arg; in wdg_device_close()
/AliOS-Things-master/components/drivers/peripheral/watchdog/example/
A Dwdg_example.c60 wdg_dev_handle_t wdg = NULL; in aos_wdg_reload_test()

Completed in 9 milliseconds