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

Configuration for a single MMCM clock output. More...

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

Data Fields

uint8_t clkout_nr
 Index of the clock output to configure.
uint32_t rate
 Frequency to set, in Hz.
uint16_t phase
 Phase offset, in degrees.
uint8_t duty
 Duty cycle of the clock signal, in percent.

Detailed Description

Configuration for a single MMCM clock output.

Field Documentation

◆ clkout_nr

uint8_t litex_clk_setup::clkout_nr

Index of the clock output to configure.

◆ duty

uint8_t litex_clk_setup::duty

Duty cycle of the clock signal, in percent.

◆ phase

uint16_t litex_clk_setup::phase

Phase offset, in degrees.

◆ rate

uint32_t litex_clk_setup::rate

Frequency to set, in Hz.


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