Hi,I'm using my stm32 as a USB HID device and I would like to be able to detect when the host computer goes into sleep mode and when it resumes. How would I detect this change? I tried checking the following continuously in the main loop but detecte...