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 | |
bool | closed_loop_en |
Enable closed-loop operation. | |
clock_mchp_gclkgen_t | src |
Reference source clock selection. | |
uint32_t | multiply_factor |
Determines the ratio of the CLK_DFLL output frequency to the CLK_DFLL_REF input frequency (0 - 65535) |
bool clock_mchp_subsys_dfll_config_t::closed_loop_en |
Enable closed-loop operation.
uint32_t clock_mchp_subsys_dfll_config_t::multiply_factor |
Determines the ratio of the CLK_DFLL output frequency to the CLK_DFLL_REF input frequency (0 - 65535)
bool clock_mchp_subsys_dfll_config_t::on_demand_en |
configure oscillator to ON, when a peripheral is requesting it as a source
bool clock_mchp_subsys_dfll_config_t::run_in_standby_en |
configure oscillator to ON in standby sleep mode, unless on_demand_en is set
clock_mchp_gclkgen_t clock_mchp_subsys_dfll_config_t::src |
Reference source clock selection.