|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
DPLL configuration structure. More...
#include <zephyr/drivers/clock_control/mchp_clock_pic32cz_ca.h>
Data Fields | |
| uint16_t | feedback_divider_factor |
| ratio of PLL's VCO output frequency to Reference input frequency | |
| uint8_t | ref_division_factor |
| Determines division factor of PLL input reference freq (1 ≤ REFDIV ≤ 63). | |
| bool | on_demand_en |
| configure oscillator to ON, when a peripheral is requesting it as a source | |
| enum clock_mchp_dpll_src_clock | src |
| Reference source clock selection. | |
DPLL configuration structure.
| uint16_t clock_mchp_subsys_dpll_config::feedback_divider_factor |
ratio of PLL's VCO output frequency to Reference input frequency
| bool clock_mchp_subsys_dpll_config::on_demand_en |
configure oscillator to ON, when a peripheral is requesting it as a source
| uint8_t clock_mchp_subsys_dpll_config::ref_division_factor |
Determines division factor of PLL input reference freq (1 ≤ REFDIV ≤ 63).
| enum clock_mchp_dpll_src_clock clock_mchp_subsys_dpll_config::src |
Reference source clock selection.