2017-12-15 01:15:11 +00:00
|
|
|
//
|
|
|
|
|
// Created by claunia on 15/12/17.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#ifndef DISCIMAGECHEF_DEVICE_REPORT_INQUIRY_DECODE_H
|
|
|
|
|
#define DISCIMAGECHEF_DEVICE_REPORT_INQUIRY_DECODE_H
|
|
|
|
|
|
|
|
|
|
char *DecodeTPGSValues(uint8_t capabilities);
|
2017-12-18 18:28:33 +00:00
|
|
|
|
2017-12-15 01:15:11 +00:00
|
|
|
char *DecodePeripheralDeviceType(uint8_t capabilities);
|
2017-12-18 18:28:33 +00:00
|
|
|
|
2017-12-15 01:15:11 +00:00
|
|
|
char *DecodePeripheralQualifier(uint8_t capabilities);
|
2017-12-18 18:28:33 +00:00
|
|
|
|
2017-12-15 01:15:11 +00:00
|
|
|
char *DecodeSPIClocking(uint8_t capabilities);
|
2017-12-18 18:28:33 +00:00
|
|
|
|
2017-12-15 01:15:11 +00:00
|
|
|
#endif //DISCIMAGECHEF_DEVICE_REPORT_INQUIRY_DECODE_H
|