Low power run mode on Zephyr
I'm working on entering and exiting low power run mode at runtime on Zephyr rtos. I can't find a way to change clock frequency to 2MHz (required by LPR) and back to 80MHz using zephyr features at runtime. Is there any api to achieve this, or some si...