|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <stdint.h>#include "hal_drv_timer.h"
类型定义 | |
| typedef enum control_reg_mode_v150 | control_reg_mode_v150_t |
| Timer模式定义。 | |
枚举 | |
| enum | control_reg_mode_v150 { TIMER_V150_MODE_ONE_SHOT , TIMER_V150_MODE_PERIODIC , TIMER_V150_MODE_ONE_SHOT_1 , TIMER_V150_MODE_FREERUN } |
| Timer模式定义。 更多... | |
函数 | |
| hal_timer_funcs_t * | hal_timer_v150_get_funcs (void) |
| 获取Timer的接口实例。 | |
| void | hal_timer_v150_irq_handler (timer_index_t index) |
| timer中断处理函数。 | |
| void | hal_timer_v150_interrupt_clear (timer_index_t index) |
| 清除timer模块内部的中断。 | |