drvlib.h

来自「SAMSUNG S3C6410 CPU BSP for winmobile6」· C头文件 代码 · 共 21 行

H
21
字号
#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 + =
减小字号Ctrl + -
显示快捷键?