|
| static hpm_stat_t | pllctl_pll_ss_disable (PLLCTL_Type *ptr, uint8_t pll) |
| | Disables spread spectrum mode for a specified PLL. More...
|
| |
| static hpm_stat_t | pllctl_pll_powerdown (PLLCTL_Type *ptr, uint8_t pll) |
| | Powers down a specified PLL. More...
|
| |
| static hpm_stat_t | pllctl_pll_poweron (PLLCTL_Type *ptr, uint8_t pll) |
| | Powers on a specified PLL. More...
|
| |
| static hpm_stat_t | pllctl_set_postdiv1 (PLLCTL_Type *ptr, uint8_t pll, uint8_t div) |
| | Sets the post-divider (postdiv1) for a specified PLL. More...
|
| |
| static hpm_stat_t | pllctl_set_fbdiv_int (PLLCTL_Type *ptr, uint8_t pll, uint16_t fbdiv) |
| | Sets the feedback divider for PLL integer mode. More...
|
| |
| static hpm_stat_t | pllctl_set_fbdiv_frac (PLLCTL_Type *ptr, uint8_t pll, uint16_t fbdiv) |
| | Sets the feedback divider for PLL fraction mode. More...
|
| |
| static hpm_stat_t | pllctl_set_frac (PLLCTL_Type *ptr, uint8_t pll, uint32_t frac) |
| | Sets the fractional part for PLL fraction mode. More...
|
| |
| static hpm_stat_t | pllctl_get_div (PLLCTL_Type *ptr, uint8_t pll, uint8_t div_index) |
| | Gets the current divider value for a specified PLL divider. More...
|
| |
| static bool | pllctl_div_is_stable (PLLCTL_Type *ptr, uint8_t pll, uint8_t div_index) |
| | Checks if a specified PLL divider has stabilized. More...
|
| |
| static hpm_stat_t | pllctl_set_div (PLLCTL_Type *ptr, uint8_t pll, uint8_t div_index, uint16_t div) |
| | Sets the divider value for a specified PLL divider. More...
|
| |
| static bool | pllctl_pll_is_enabled (PLLCTL_Type *ptr, uint8_t pll) |
| | Checks if a specified PLL is enabled. More...
|
| |
| static bool | pllctl_xtal_is_stable (PLLCTL_Type *ptr) |
| | Checks if the crystal oscillator has stabilized. More...
|
| |
| static bool | pllctl_xtal_is_enabled (PLLCTL_Type *ptr) |
| | Checks if the crystal oscillator is enabled. More...
|
| |
| static void | pllctl_xtal_set_rampup_time (PLLCTL_Type *ptr, uint32_t cycles) |
| | Sets the ramp-up time for the crystal oscillator. More...
|
| |
| static bool | pllctl_pll_is_locked (PLLCTL_Type *ptr, uint8_t pll) |
| | Checks if a specified PLL is locked. More...
|
| |
| hpm_stat_t | pllctl_set_pll_work_mode (PLLCTL_Type *ptr, uint8_t pll, bool int_mode) |
| | Sets the operating mode of a specified PLL. More...
|
| |
| hpm_stat_t | pllctl_set_refdiv (PLLCTL_Type *ptr, uint8_t pll, uint8_t div) |
| | Sets the reference divider for a specified PLL. More...
|
| |
| hpm_stat_t | pllctl_init_int_pll_with_freq (PLLCTL_Type *ptr, uint8_t pll, uint32_t freq_in_hz) |
| | Initializes a PLL in integer mode for a specific frequency. More...
|
| |
| hpm_stat_t | pllctl_init_frac_pll_with_freq (PLLCTL_Type *ptr, uint8_t pll, uint32_t freq_in_hz) |
| | Initializes a PLL in fractional mode for a specific frequency. More...
|
| |
| uint32_t | pllctl_get_pll_freq_in_hz (PLLCTL_Type *ptr, uint8_t pll) |
| | Gets the current frequency of a specified PLL. More...
|
| |
| hpm_stat_t | pllctl_pll_ss_enable (PLLCTL_Type *ptr, uint8_t pll, uint8_t spread, uint8_t div, bool down_spread) |
| | Enables spread spectrum mode for a specified PLL. More...
|
| |
| hpm_stat_t | pllctl_pll_setup_spread_spectrum (PLLCTL_Type *ptr, uint8_t pll, uint8_t ss_range, uint32_t modulation_freq, pllctl_ss_type ss_type) |
| | Configures spread spectrum settings for a specified PLL. More...
|
| |