Should BSP_USBPD_PWR_VBUSOff() and BSP_USBPD_PWR_VBUSOn() of the USBPD library block until the VBUS voltage is ok?
Hi,We try to implement a DRP device with the USBPD library on a STM32G071 uC.From the documentation the requirements for the following functions are not clear:BSP_USBPD_PWR_VBUSOff():- Should it block until VBUS < USBPD_PWR_LOW_VBUS_THRESHOLD?- What ...