Home
last modified time | relevance | path

Searched refs:pll_hw_t (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dpll.h53 } pll_hw_t; typedef
56 #define pll_sys_hw ((pll_hw_t *)PLL_SYS_BASE)
57 #define pll_usb_hw ((pll_hw_t *)PLL_USB_BASE)
58 static_assert(sizeof (pll_hw_t) == 0x0010, "");
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dpll.h74 } pll_hw_t; typedef
77 #define pll_sys_hw ((pll_hw_t *)PLL_SYS_BASE)
78 #define pll_usb_hw ((pll_hw_t *)PLL_USB_BASE)
79 static_assert(sizeof (pll_hw_t) == 0x0020, "");
/hal_rpi_pico-latest/src/rp2_common/hardware_pll/include/hardware/
Dpll.h29 typedef pll_hw_t *PLL;