我是靠谱客的博主 怡然大炮,最近开发中收集的这篇文章主要介绍qcc514x-qcc304x调试笔记-charger,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

adksrcdomainspowercharger_monitorcharger_monitor_config.h


/*! The time to debounce charger state changes (ms).
    The charger hardware will have a more limited range. */
#define appConfigChargerStateChangeDebounce()          (128)

/*! Trickle-charge current (mA) */
#ifdef QCC3020_FF_ENTRY_LEVEL_AA
#define appConfigChargerTrickleCurrent()               (8)    /* Adjust for Aura LC RDP to meet battery spec */
#else
#if (defined HAVE_RDP_HW_YE134) || (defined HAVE_RDP_HW_18689)
#define appConfigChargerTrickleCurrent()               (30)    /* Adjust for Auraplus ANC RDP to meet battery spec */
#else
#define appConfigChargerTrickleCurrent()               (10)
#endif
#endif
/*! Pre-charge current (mA)*/
#define appConfigChargerPreCurrent()                   (MIN(PRE_CHARGE_CURRENT, FAST_CHARGE_CURRENT))

/*! Pre-charge to fast-charge threshold */
#define appConfigChargerPreFastThresholdVoltage()      (3000)

/*! Critical battery threshold  */
#define appConfigChar

最后

以上就是怡然大炮为你收集整理的qcc514x-qcc304x调试笔记-charger的全部内容,希望文章能够帮你解决qcc514x-qcc304x调试笔记-charger所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(62)

评论列表共有 0 条评论

立即
投稿
返回
顶部