Home
last modified time | relevance | path

Searched refs:TARGET_MASK (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/usb/net/include/
H A Dcdc_ether.h28 #define TARGET_MASK 0x3 macro
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h48 #define TARGET_MASK 0x3 macro
H A Dusb_host_sdk_if_test_io.cpp113 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()
H A Dusb_host_sdk_if_test.cpp185 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h119 #define TARGET_MASK 0x3 macro
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c215 dr.target = controlParams->requestType & TARGET_MASK; in EcmUsbControlMsg()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c144 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()