/******************************************************************************* | |
* Copyright (C) 2007, ZTE Corporation. | |
* | |
* File Name: drvs_uicc_ref.h | |
* File Mark: | |
* Description: | |
* Others: | |
* Version: V0.5 | |
* Author: wujinlei | |
* Date: 2013-07-12 | |
* History 1: | |
* Date: | |
* Version: | |
* Author: | |
* Modification: | |
* History 2: | |
********************************************************************************/ | |
#ifndef __DRVS_UICC_REF_H_ | |
#define __DRVS_UICC_REF_H_ | |
#include "drvs_general.h" | |
//#include "drvs_pm_typedefine.h" | |
#include "drvs_uicc.h" | |
//#include "drvs_gpio.h" | |
#include "drvs_pm.h" | |
/******************************************************************************* | |
* Function: zDrvUICC_setVsim | |
* Description: set soc_USIM voltage | |
* Parameters: | |
* Input: N/A | |
* | |
* Output: N/A | |
* Returns: N/A | |
********************************************************************************/ | |
SINT32 zDrvUICC_setVsim(T_ZDrvPmic_Voltage vsim); | |
/******************************************************************************* | |
* Function: zDrvUICC_disableVsim | |
* Description: disable soc_usim power | |
* Parameters: | |
* Input: N/A | |
* | |
* Output: N/A | |
* Returns: N/A | |
* Others: //not use | |
********************************************************************************/ | |
SINT32 zDrvUICC_disableVsim(VOID); /* pow uicc uart */ | |
#ifndef SOC_USIM | |
/******************************************************************************* | |
* Function: zDrvUICC_disableVsim | |
* Description: disable soc_usim power | |
* Parameters: | |
* Input: N/A | |
* | |
* Output: N/A | |
* Returns: N/A | |
* Others: //not use | |
********************************************************************************/ | |
VOID zDrvUICC_ConfigForDetectSIM(VOID); | |
#else | |
/******************************************************************************* | |
* Function: zDrvUICC_disableVsim | |
* Description: disable soc_usim power | |
* Parameters: | |
* Input: N/A | |
* | |
* Output: N/A | |
* Returns: N/A | |
* Others: //not use | |
********************************************************************************/ | |
VOID zDrvUICC_ConfigForDetectSocSIM(VOID); | |
#endif | |
#endif |