blob: e3e099081439ed96272f99828b87d52d23b580c5 [file] [log] [blame]
yuezonghe824eb0c2024-06-27 02:32:26 -07001/*******************************************************************************
2 * Copyright (C) 2007, ZTE Corporation.
3 *
4 * File Name: drvs_uicc_ref.h
5 * File Mark:
6 * Description:
7 * Others:
8 * Version: V0.5
9 * Author: wujinlei
10 * Date: 2013-07-12
11 * History 1:
12 * Date:
13 * Version:
14 * Author:
15 * Modification:
16 * History 2:
17 ********************************************************************************/
18
19
20#ifndef __DRVS_UICC_REF_H_
21#define __DRVS_UICC_REF_H_
22
23#include "drvs_general.h"
24//#include "drvs_pm_typedefine.h"
25#include "drvs_uicc.h"
26//#include "drvs_gpio.h"
27#include "drvs_pm.h"
28/*******************************************************************************
29 * Function: zDrvUICC_setVsim
30 * Description: set soc_USIM voltage
31 * Parameters:
32 * Input: N/A
33 *
34 * Output: N/A
35 * Returns: N/A
36
37********************************************************************************/
38SINT32 zDrvUICC_setVsim(T_ZDrvPmic_Voltage vsim);
39
40/*******************************************************************************
41 * Function: zDrvUICC_disableVsim
42 * Description: disable soc_usim power
43 * Parameters:
44 * Input: N/A
45 *
46 * Output: N/A
47 * Returns: N/A
48
49 * Others: //not use
50
51 ********************************************************************************/
52SINT32 zDrvUICC_disableVsim(VOID); /* pow uicc uart */
53
54#ifndef SOC_USIM
55/*******************************************************************************
56 * Function: zDrvUICC_disableVsim
57 * Description: disable soc_usim power
58 * Parameters:
59 * Input: N/A
60 *
61 * Output: N/A
62 * Returns: N/A
63
64 * Others: //not use
65
66 ********************************************************************************/
67 VOID zDrvUICC_ConfigForDetectSIM(VOID);
68#else
69/*******************************************************************************
70 * Function: zDrvUICC_disableVsim
71 * Description: disable soc_usim power
72 * Parameters:
73 * Input: N/A
74 *
75 * Output: N/A
76 * Returns: N/A
77
78 * Others: //not use
79
80 ********************************************************************************/
81VOID zDrvUICC_ConfigForDetectSocSIM(VOID);
82#endif
83#endif