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

函数

errcode_t hal_timer_regs_init (timer_index_t index)
 初始化Timer,设置寄存器的基地址。
 
void hal_timer_regs_deinit (timer_index_t index)
 去初始化,然后清除在 hal_timer_regs_init 中设置的寄存器地址。
 

变量

uintptr_t g_timer_comm_regs = NULL
 
uintptr_t g_timer_regs [8] = {NULL}