no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
app_jesd.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef APP_JESD_H_
34#define APP_JESD_H_
35
36#include <stdint.h>
37#include "no_os_clk.h"
38
44
45/* @brief Application JESD initialization. */
46int32_t app_jesd_init(struct no_os_clk clk[2],
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);
52
53#endif
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