📄 pmic_basic_types.h
字号:
//-----------------------------------------------------------------------------
//
// Copyright (C) 2004, Motorola Inc. All Rights Reserved
//
//------------------------------------------------------------------------------
//
// Copyright (C) 2004, Freescale Semiconductor, Inc. All Rights Reserved
// THIS SOURCE CODE IS CONFIDENTIAL AND PROPRIETARY AND MAY NOT
// BE USED OR DISTRIBUTED WITHOUT THE WRITTEN PERMISSION OF
// FREESCALE SEMICONDUCTOR, INC.
//
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
//
// File: pmic_basic_types.h
//
// Defines the basic data types used in PMIC APIs.
//
//------------------------------------------------------------------------------
#ifndef __PMIC_BASIC_TYPES_H__
#define __PMIC_BASIC_TYPES_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <pmic_status.h>
//------------------------------------------------------------------------------
// Defines
//------------------------------------------------------------------------------
// Types
//------------------------------------------------------------------------------
// Functions
#ifdef __cplusplus
}
#endif
#endif // __PMIC_BASIC_TYPES_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -