WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_watchdog.c 文件参考
#include <stdint.h>
#include <stdio.h>
#include "hal_watchdog.h"
hal_watchdog.c 的引用(Include)关系图:

函数

errcode_t hal_watchdog_register_funcs (hal_watchdog_funcs_t *funcs)
 注册 hal_watchdog_funcs_t 到 g_hal_watchdogs_funcs
 
errcode_t hal_watchdog_unregister_funcs (void)
 注册 hal_watchdog_funcs_t 到 g_hal_watchdogs_funcs
 
hal_watchdog_funcs_thal_watchdog_get_funcs (void)
 获取Driver层WATCHDOG和HAL层WATCHDOG的接口实例,参考 hal_watchdog_funcs_t.
 
errcode_t hal_watchdog_regs_init (void)
 初始化watchdog,watchdog将设置寄存器的基址
 
void hal_watchdog_regs_deinit (void)
 去初始化hal_watchdog,这将清除被 hal_watchdog_regs_init 已经设置的寄存器的基址
 

变量

uintptr_t g_watchdog_regs
 
hal_watchdog_funcs_tg_hal_watchdogs_funcs = NULL
 

变量说明

◆ g_hal_watchdogs_funcs

hal_watchdog_funcs_t* g_hal_watchdogs_funcs = NULL