47 uint32_t reference_clk_khz,
48 uint32_t rx_device_clk_khz,
49 uint32_t tx_device_clk_khz,
50 uint32_t rx_lane_clk_khz,
51 uint32_t tx_lane_clk_khz);
int32_t app_jesd_init(struct no_os_clk clk[2], uint32_t reference_clk_khz, uint32_t rx_device_clk_khz, uint32_t tx_device_clk_khz, uint32_t rx_lane_clk_khz, uint32_t tx_lane_clk_khz)
Application JESD setup.
Definition app_jesd.c:63
jesd_clocks
Definition app_jesd.h:39
@ JESD_TX
Definition app_jesd.h:41
@ NUM_JESD_CLKS
Definition app_jesd.h:42
@ JESD_RX
Definition app_jesd.h:40
Header file of Clock Driver.
Definition no_os_clk.h:58