Function gx_ail_pcmr_start¶
-
int gx_ail_pcmr_start(const GX_AIL_PCMR_CFG *pcmr, GX_AIL_PCMR_CB callback_func, void *callback_data)
启动PCMR
- 参数
pcmr -- PCMR配置结构体指针
callback_func -- 回调函数
callback_data -- 回调函数数据
- Returns 0
成功
- Returns -1
失败
- 返回
int 是否成功
启动PCMR
pcmr -- PCMR配置结构体指针
callback_func -- 回调函数
callback_data -- 回调函数数据
成功
失败
int 是否成功