Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

DFLL configuration. More...

#include <zephyr/drivers/clock_control/mchp_clock_sam_d5x_e5x.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.
bool closed_loop_en
 Enable closed-loop operation.
enum clock_mchp_gclkgen src
 Reference source clock selection.
uint32_t multiply_factor
 Ratio of the CLK_DFLL output frequency to the CLK_DFLL_REF input frequency (0 - 65535).

Detailed Description

DFLL configuration.

Field Documentation

◆ closed_loop_en

bool clock_mchp_subsys_dfll_config::closed_loop_en

Enable closed-loop operation.

◆ multiply_factor

uint32_t clock_mchp_subsys_dfll_config::multiply_factor

Ratio of the CLK_DFLL output frequency to the CLK_DFLL_REF input frequency (0 - 65535).

◆ on_demand_en

bool clock_mchp_subsys_dfll_config::on_demand_en

Turn the oscillator ON when a peripheral requests it as a source.

◆ run_in_standby_en

bool clock_mchp_subsys_dfll_config::run_in_standby_en

Keep the oscillator ON in standby sleep mode, unless on_demand_en is set.

◆ src

enum clock_mchp_gclkgen clock_mchp_subsys_dfll_config::src

Reference source clock selection.


The documentation for this struct was generated from the following file: