4.6.13.6.1 USB_DESCRIPTOR_PTR_t

USB_DESCRIPTOR_PTR_t

Union of a uint8_t pointer and pointers to the different descriptor types.

MISRA C:2012 Deviation Advisory: misra-c2012-19.2  

Justification: Needed for the stack to parse through the configuration descriptors without pointer casting between the different descriptor types and uint8_t.