What is the startup time of PVD?
I want to use the PVD function of my STM32U5(but I think this applies to nearly all STM32s) to detect when my supply voltage goes over(!) a specific threshold. But it might already be there when I enable PVD. Since this means looking for a zero on PVDO, I need to make sure that I actually have a valid value once I read in PVDO. So how long do I have to wait to make sure that value is valid? The datasheet only mentions a scan rate for ULPMEN = 1. Is the output value really valid one clock after setting PVDE otherwise?