usim_pwr.h

来自「MMI层OBJ不能完全编译」· C头文件 代码 · 共 31 行

H
31
字号
/**
 * @file	usim_pwr.h
 *
 * Power management implementation for USIM.
 *
 * @author	Saumar J Dutta
 * @version 0.1
 */
/*
 * History:
 *
 *	Date       	Author					Modification
 *	-------------------------------------------------------------------
 *		
 *
 * (C) Copyright 2003 by ICT Embedded, All Rights Reserved
 */
#ifndef	USIM_PWR_H_
#define	USIM_PWR_H_

#include "general.h"
#include "types.h"


#if (L1_POWER_MGT != 0x00)
void Usim_Vote_DeepSleepStatus(void);
#endif

Uint8 usim_pwr_interface(Uint8);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?