WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_pwm_v151.h
浏览该文件的文档.
1
9#ifndef HAL_PWM_V151_H
10#define HAL_PWM_V151_H
11
12#include "hal_pwm.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19#endif /* __cplusplus */
20
37
46
47
52#ifdef __cplusplus
53#if __cplusplus
54}
55#endif /* __cplusplus */
56#endif /* __cplusplus */
57
58#endif
hal_pwm_funcs_t * hal_pwm_v151_funcs_get(void)
获取v151实例。
Definition hal_pwm_v151.c:209
void hal_pwm_v151_irq_handler(void)
PWM中断处理函数。
Definition hal_pwm_v151.c:167
Driver层PWM和HAL层PWM的接口。
Definition hal_pwm.h:214