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

GCLK generator configuration. More...

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

Data Fields

uint16_t div_factor
 Division value for the generator.
bool run_in_standby_en
 Keep the generator running in standby sleep mode, unless on_demand_en is set.
enum clock_mchp_gclk_src_clock src
 Generator source clock selection.

Detailed Description

GCLK generator configuration.

Gclk Generator configuration structure.

Field Documentation

◆ div_factor

uint16_t clock_mchp_subsys_gclkgen_config::div_factor

Division value for the generator.

Represent a division value for the corresponding Generator.

The actual division factor depends on the state of div_select (gclk1: 0 - 65535, others: 0 - 255).

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::run_in_standby_en

Keep the generator running in standby sleep mode, unless on_demand_en is set.

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

◆ src

enum clock_mchp_gclk_src_clock clock_mchp_subsys_gclkgen_config::src

Generator source clock selection.


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