Searched refs:DESCRIPTORSLENGTH (Results 1 – 1 of 1) sorted by relevance
18 constexpr uint32_t DESCRIPTORSLENGTH = 111; variable38 static std::array<uint8_t, DESCRIPTORSLENGTH> g_buf = {139 dev->descriptors = static_cast<uint8_t *>(RawUsbMemAlloc(DESCRIPTORSLENGTH)); in OsReadDescriptors()140 dev->descriptorsLength = DESCRIPTORSLENGTH; in OsReadDescriptors()141 … if (memcpy_s(dev->descriptors, dev->descriptorsLength, g_buf.data(), DESCRIPTORSLENGTH) != EOK) { in OsReadDescriptors()