Hi
Does the TI C66x compiler provide any support for printing the label of an enum value (not its integer value)?
Best regards
David
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
Does the TI C66x compiler provide any support for printing the label of an enum value (not its integer value)?
Best regards
David
There is no feature built-in to the compiler to support printing the names of enum values. You might be able to see it in the debugger watch window, or something similar.
Thanks and regards,
-George