Can't find the Definition inside stm32-mw-usbpd-core
In your middle-ware for the usbpd i can't find any of the definition for the functions in usbpd_core.h.
https://github.com/STMicroelectronics/stm32-mw-usbpd-core
Example
* USBPD_PE_SVDM_RequestMode
* USBPD_PE_SVDM_RequestModeEnter
* USBPD_PE_SVDM_RequestModeExit
Can't be found anywhere in the repo. It looks like you compiled them all down to assembly files. Is there a reason for this or am i missing something?
