请问S3C6410的虚拟地址
我在BSP里面找到#define IOCTL_LED_LED1_OPEN 0x04001060这个定义,请问右面那代码是怎样计算出来的,WINCE的虚拟地址也找不到,请问大神有吗? 顶!!!!!!!!!!! CTL_CODE这个没人知道吗? #define CTL_CODE( DeviceType, Function, Method, Access ) ( \((DeviceType) << 16) | ((Access) << 14) | ((Function) << 2) | (Method) \
)
定义在Winioctl.h 飞凌-seventeen 发表于 2016-12-21 15:15
#define CTL_CODE( DeviceType, Function, Method, Access ) ( \
((DeviceType)
这些代码是怎样得出来的?
页:
[1]