Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
clock_mchp_subsys_gclkgen_config_t Struct Reference

#include <zephyr/drivers/clock_control/mchp_clock_sam_d5x_e5x.h>

Data Fields

bool run_in_standby_en
 configure oscillator to ON in standby sleep mode, unless on_demand_en is set
clock_mchp_gclk_src_clock_t src
 Generator source clock selection.
uint16_t div_factor
 Represent a division value for the corresponding Generator.

Field Documentation

◆ div_factor

uint16_t clock_mchp_subsys_gclkgen_config_t::div_factor

Represent a division value for the corresponding Generator.

The actual division factor is dependent on the state of div_select (gclk1 0 - 65535, others 0 - 255)

◆ run_in_standby_en

bool clock_mchp_subsys_gclkgen_config_t::run_in_standby_en

configure oscillator to ON in standby sleep mode, unless on_demand_en is set

◆ src

clock_mchp_gclk_src_clock_t clock_mchp_subsys_gclkgen_config_t::src

Generator source clock selection.

See also
clock_mchp_gclk_src_clock_t

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