Trait rp2040_hal::pll::PhaseLockedLoopDevice

source ·
pub trait PhaseLockedLoopDevice: Deref<Target = RegisterBlock> + SubsystemReset + Sealed { }
Expand description

Trait to handle both underlying devices from the PAC (PLL_SYS & PLL_USB)

Implementations on Foreign Types§

source§

impl PhaseLockedLoopDevice for PLL_SYS

source§

impl PhaseLockedLoopDevice for PLL_USB

Implementors§