|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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. | |
Configuration for a single MMCM clock output.
| uint8_t litex_clk_setup::clkout_nr |
Index of the clock output to configure.
| uint8_t litex_clk_setup::duty |
Duty cycle of the clock signal, in percent.
| uint16_t litex_clk_setup::phase |
Phase offset, in degrees.
| uint32_t litex_clk_setup::rate |
Frequency to set, in Hz.