⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drvlib.h

📁 SAMSUNG S3C6410 CPU BSP for winmobile6
💻 H
字号:
#ifndef	__S3C6410_DEVICE_DRIVER_LIB_H__
#define __S3C6410_DEVICE_DRIVER_LIB_H__

#if __cplusplus
extern "C"
{
#endif

void *DrvLib_MapIoSpace(UINT32 PhysicalAddress, UINT32 NumberOfBytes, BOOL CacheEnable);
void DrvLib_UnmapIoSpace(void *MappedAddress);

void CPUStall_us(unsigned int us);
void CPUStall_ms(unsigned int ms);

#if __cplusplus
}
#endif

#endif	// __S3C6410_DEVICE_DRIVER_LIB_H__

⌨️ 快捷键说明

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