我是靠谱客的博主 怡然大炮,这篇文章主要介绍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内容请搜索靠谱客的其他文章。

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

评论列表共有 0 条评论

立即
投稿
返回
顶部