For the life of me, I cannot find a way to get the clock speed for STM32L0 chips in libopencm3. There's got to be a way, right?
- In STM32Cube, there's the
SystemCoreClock
variable. - In ChibiOs, there's the
STM32_SYSCLK
variable.
Is there no variable or function to get this value in libopencm3?