Home
last modified time | relevance | path

Searched refs:UsbType (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp129 UsbType.setContainer(this); in CRKDevice()
130 UsbType.getter(&CRKDevice::GetUsbType); in CRKDevice()
131 UsbType.setter(&CRKDevice::SetUsbType); in CRKDevice()
395 if (UsbType == RKUSB_LOADER) { in TestDevice()
H A DRKDevice.h63 property<CRKDevice, ENUM_RKUSB_TYPE, READ_WRITE> UsbType; variable