void fg_init(void *queue, void (*bs_fuel_gauge_status)(void))
{
fg_init_ready = bs_fuel_gauge_status;
nm_setup_soc_report(&nm_low_soc_report, &nm_critical_soc_report,
&nm_shutdown_soc_report,
&battery_config);
nm_setup_temp_report(&nm_temp_report, &battery_config);
cfw_client_t *client = cfw_client_init(queue, fg_handle_msg, NULL);
cfw_open_service_helper(client, FG_SERVICE_ID, fg_service_opened_cb,
NULL);
}
转载于:https://www.cnblogs.com/muhuacat/p/6846743.html
今天的文章Fuel gauge电路中怎么理解_fugeer是什么牌子「建议收藏」分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:http://bianchenghao.cn/76201.html