regs_rtc.h

来自「freescale i.mx31 BSP CE5.0全部源码」· C头文件 代码 · 共 31 行

H
31
字号
//------------------------------------------------------------------------------
//
//  Copyright (C) 2005, Motorola Inc. All Rights Reserved
//
//------------------------------------------------------------------------------
//
//  Header:  regs_rtc.h
//
//  This header file defines the Linear Regulator Register of MC13783 PMIC
//
//------------------------------------------------------------------------------

#ifndef __REGS_REGULATOR_H__
#define __REGS_REGULATOR_H__

#ifdef __cplusplus
extern "C" {
#endif

//------------------------------------------------------------------------------
// REGISTER BIT FIELD POSITIONS (LEFT SHIFT)
//------------------------------------------------------------------------------



#ifdef __cplusplus
}
#endif

#endif // __REGS_REGULATOR_H__

⌨️ 快捷键说明

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