headset_charger.h
来自「BlueLab 3.5.2 单声道耳机源码」· C头文件 代码 · 共 61 行
H
61 行
/****************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
Part of BlueLab 3.6.2-release
FILE NAME
headset_charger.h
DESCRIPTION
*/
#ifndef _HEADSET_CHARGER_H_
#define _HEADSET_CHARGER_H_
#include "headset_powermanager.h"
/****************************************************************************
NAME
chargerInit
DESCRIPTION
This function is called by the Power Manager to initialise the battery
charger subsystem
RETURNS
void
*/
void chargerInit(power_type* power);
/****************************************************************************
NAME
chargerConnected
DESCRIPTION
This function is called by the Power Manager when the charger has been
plugged into the headset
RETURNS
void
*/
void chargerConnected(power_type* power);
/****************************************************************************
NAME
chargerDisconnected
DESCRIPTION
This function is called by the Power Manager when the charger has been
unplugged from the headset
RETURNS
void
*/
void chargerDisconnected(power_type* power);
#endif /* _HEADSET_CHARGER_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?