Searched refs:PLLCTL_Type (Results 1 – 4 of 4) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pllctl_drv.h | 84 static inline hpm_stat_t pllctl_pll_ss_disable(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_ss_disable() 104 static inline hpm_stat_t pllctl_pll_powerdown(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_powerdown() 124 static inline hpm_stat_t pllctl_pll_poweron(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_poweron() 160 static inline hpm_stat_t pllctl_pll_ss_enable(PLLCTL_Type *ptr, uint8_t pll, in pllctl_pll_ss_enable() 353 static inline bool pllctl_pll_is_enabled(PLLCTL_Type *ptr, uint8_t pll) in pllctl_pll_is_enabled() 365 static inline bool pllctl_xtal_is_stable(PLLCTL_Type *ptr) in pllctl_xtal_is_stable() 377 static inline bool pllctl_xtal_is_enabled(PLLCTL_Type *ptr) in pllctl_xtal_is_enabled() 412 hpm_stat_t pllctl_set_refdiv(PLLCTL_Type *ptr, uint8_t pll, uint8_t div); 425 hpm_stat_t pllctl_init_int_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, 438 hpm_stat_t pllctl_init_frac_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, [all …]
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_pllctl_drv.c | 26 hpm_stat_t pllctl_set_pll_work_mode(PLLCTL_Type *ptr, uint8_t pll, bool int_mode) in pllctl_set_pll_work_mode() 50 hpm_stat_t pllctl_set_refdiv(PLLCTL_Type *ptr, uint8_t pll, uint8_t div) in pllctl_set_refdiv() 81 hpm_stat_t pllctl_init_int_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, in pllctl_init_int_pll_with_freq() 148 hpm_stat_t pllctl_init_frac_pll_with_freq(PLLCTL_Type *ptr, uint8_t pll, in pllctl_init_frac_pll_with_freq() 220 uint32_t pllctl_get_pll_freq_in_hz(PLLCTL_Type *ptr, uint8_t pll) in pllctl_get_pll_freq_in_hz()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/ |
| A D | hpm_pllctl_regs.h | 28 } PLLCTL_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/ |
| A D | hpm_soc.h | 766 #define HPM_PLLCTL ((PLLCTL_Type *) HPM_PLLCTL_BASE)
|
Completed in 853 milliseconds