Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
#include <zephyr/drivers/clock_control/mchp_clock_sam_d5x_e5x.h>
Data Fields | |
bool | on_demand_en |
configure oscillator to ON, when a peripheral is requesting it as a source | |
bool | run_in_standby_en |
configure oscillator to ON in standby sleep mode, unless on_demand_en is set | |
clock_mchp_fdpll_src_clock_t | src |
Reference source clock selection. | |
uint32_t | xosc_clock_divider |
Set the XOSC clock division factor (0 - 2047) | |
uint32_t | divider_ratio_int |
Set the integer part of the frequency multiplier. | |
uint32_t | divider_ratio_frac |
Set the fractional part of the frequency multiplier. |
uint32_t clock_mchp_subsys_fdpll_config_t::divider_ratio_frac |
Set the fractional part of the frequency multiplier.
(0 - 31)
uint32_t clock_mchp_subsys_fdpll_config_t::divider_ratio_int |
Set the integer part of the frequency multiplier.
(0 - 4095)
bool clock_mchp_subsys_fdpll_config_t::on_demand_en |
configure oscillator to ON, when a peripheral is requesting it as a source
bool clock_mchp_subsys_fdpll_config_t::run_in_standby_en |
configure oscillator to ON in standby sleep mode, unless on_demand_en is set
clock_mchp_fdpll_src_clock_t clock_mchp_subsys_fdpll_config_t::src |
Reference source clock selection.
uint32_t clock_mchp_subsys_fdpll_config_t::xosc_clock_divider |
Set the XOSC clock division factor (0 - 2047)