|
OpenBIC
OpenSource Bridge-IC
|
#include <zephyr.h>#include <device.h>#include <stdio.h>#include <drivers/watchdog.h>#include "hal_wdt.h"#include <logging/log.h>
Functions | |
| LOG_MODULE_REGISTER (hal_wdt) | |
| K_KERNEL_STACK_MEMBER (wdt_thread_stack, WDT_THREAD_STACK_SIZE) | |
| void | set_wdt_continue_feed (bool value) |
| void | wdt_handler (void *arug0, void *arug1, void *arug2) |
| void | wdt_init () |
Variables | |
| struct k_thread | wdt_thread |
| const struct device * | wdt_dev = NULL |
| K_KERNEL_STACK_MEMBER | ( | wdt_thread_stack | , |
| WDT_THREAD_STACK_SIZE | |||
| ) |
| LOG_MODULE_REGISTER | ( | hal_wdt | ) |
| void set_wdt_continue_feed | ( | bool | value | ) |
| void wdt_handler | ( | void * | arug0, |
| void * | arug1, | ||
| void * | arug2 | ||
| ) |
| void wdt_init | ( | ) |

| const struct device* wdt_dev = NULL |
| struct k_thread wdt_thread |