Expand description
Clock configuration for the RP2040
Structs§
- ADC clock config.
- CLock configuration.
- General purpose clock input driver.
- General purpose clock output driver.
- PLL configuration.
- Reference clock config.
- On-chip ring oscillator configuration.
- Random number generator based on the ROSC RANDOMBIT register.
- RTC clock config.
- SYS clock config.
- USB clock config.
- Crystal oscillator configuration.
Enums§
- ADC clock source.
- Gpout clock source.
- Peripheral clock sources.
- Reference clock source.
- ROSC freq range.
- RTC clock source.
- SYS clock source.
- USB clock source.
Traits§
- General purpose input clock pin.
- General purpose clock output pin.
Functions§
- ADC clock frequency.
- Peripheral clock frequency.
- REF clock frequency.
- RTC clock frequency.
- SYS clock frequency.
- USB clock frequency.
- Enter the
DORMANT
sleep state. This will stop all internal clocks and can only be exited through resets, dormant-wake GPIO interrupts, and RTC interrupts. If RTC is clocked from an internal clock source it will be stopped and not function as a wakeup source. - PLL SYS clock frequency.
- PLL USB clock frequency.
- ROSC clock frequency.
- XOSC clock frequency.