WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
watchdog_porting.c 文件参考
#include "hal_watchdog_v151.h"
#include "watchdog_porting.h"
#include "watchdog.h"
#include "tcxo.h"
#include "platform_core_rom.h"
#include "chip_io.h"
#include "soc_osal.h"
watchdog_porting.c 的引用(Include)关系图:

函数

void watchdog_port_register_hal_funcs (void)
 将hal funcs对象注册到hal_watchdog模块中
 
void watchdog_port_unregister_hal_funcs (void)
 从hal_watchdog模块注销hal funcs对象
 
void watchdog_port_register_irq (void)
 注册看门狗中断
 
void watchdog_turnon_clk (void)
 
void watchdog_turnoff_clk (void)
 
void watchdog_port_set_clock (uint32_t wdt_clock)
 设置watchdog的工作时钟。
 
uint32_t watchdog_port_get_clock (void)
 获取watchdog的工作时钟。
 
void irq_wdt_handler (void)
 看门狗中断请求的处理程序
 

变量

uintptr_t g_watchdog_base_addr = (uintptr_t)CHIP_WDT_BASE_ADDRESS
 IP的基地址