Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKComm.h17 RST_NONE_SUBCODE = 0, enumerator
126 virtual int RKU_ResetDevice(BYTE bySubCode = RST_NONE_SUBCODE) = 0;
154 virtual int RKU_ResetDevice(BYTE bySubCode = RST_NONE_SUBCODE);
H A Dmain.cpp2239 bool reset_device(STRUCT_RKDEVICE_DESC &dev, BYTE subCode = RST_NONE_SUBCODE) in reset_device()