|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Fractional DPLL (FDPLL) configuration. More...
#include <zephyr/drivers/clock_control/mchp_clock_pic32cm_jh.h>
Data Fields | |
| bool | on_demand_en |
| Turn the oscillator ON when a peripheral requests it as a source. | |
| bool | run_in_standby_en |
| Keep the oscillator ON in standby sleep mode, unless on_demand_en is set. | |
| uint32_t | divider_ratio_frac |
| Fractional part of the frequency multiplier (0 - 31). | |
| uint32_t | divider_ratio_int |
| Integer part of the frequency multiplier (0 - 4095). | |
| uint32_t | xosc_clock_divider |
| XOSC clock division factor (0 - 2047). | |
| enum clock_mchp_fdpll_src_clock | src |
| Reference source clock selection. | |
Fractional DPLL (FDPLL) configuration.
| uint32_t clock_mchp_subsys_fdpll_config::divider_ratio_frac |
Fractional part of the frequency multiplier (0 - 31).
| uint32_t clock_mchp_subsys_fdpll_config::divider_ratio_int |
Integer part of the frequency multiplier (0 - 4095).
| bool clock_mchp_subsys_fdpll_config::on_demand_en |
Turn the oscillator ON when a peripheral requests it as a source.
| bool clock_mchp_subsys_fdpll_config::run_in_standby_en |
Keep the oscillator ON in standby sleep mode, unless on_demand_en is set.
| enum clock_mchp_fdpll_src_clock clock_mchp_subsys_fdpll_config::src |
Reference source clock selection.
| uint32_t clock_mchp_subsys_fdpll_config::xosc_clock_divider |
XOSC clock division factor (0 - 2047).