Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/
A Dwdt_sam_b.h123 struct wdt_module;
164 struct wdt_module { struct
190 void wdt_reset(struct wdt_module *const module);
197 uint8_t wdt_get_interrupt_status(struct wdt_module *const module);
198 uint8_t wdt_get_status(struct wdt_module *const module);
199 void wdt_clear_status(struct wdt_module *const module);
208 void wdt_get_current_count(struct wdt_module *const module, \
216 void wdt_register_callback(struct wdt_module *const module,
219 void wdt_unregister_callback(struct wdt_module *module,
221 void wdt_enable_callback(struct wdt_module *module,
[all …]
A Dwdt_sam_b.c48 struct wdt_module *_wdt_instances[WDT_INST_NUM];
52 struct wdt_module *module = NULL; in wdt_isr_handler()
173 void wdt_reset(struct wdt_module *const module) in wdt_reset()
189 uint8_t wdt_get_interrupt_status(struct wdt_module *const module) in wdt_get_interrupt_status()
201 uint8_t wdt_get_status(struct wdt_module *const module) in wdt_get_status()
213 void wdt_clear_status(struct wdt_module *const module) in wdt_clear_status()
257 void wdt_get_current_count(struct wdt_module *const module, \ in wdt_get_current_count()
277 void wdt_register_callback(struct wdt_module *const module, in wdt_register_callback()
300 void wdt_unregister_callback(struct wdt_module *module, in wdt_unregister_callback()
322 void wdt_enable_callback(struct wdt_module *const module, in wdt_enable_callback()
[all …]

Completed in 6 milliseconds