33#ifndef __CLKGEN_ROUTINES_H__
34#define __CLKGEN_ROUTINES_H__
36#include "platform_includes.h"
struct axi_clkgen * tx_clkgen
Definition app_clocking.c:91
struct axi_clkgen * rx_clkgen
Definition app_clocking.c:90
Driver for the Analog Devices AXI CLKGEN.
int clkgen_remove(struct axi_clkgen *rx_clkgen, struct axi_clkgen *tx_clkgen, struct axi_clkgen *orx_clkgen)
remove axi_clkgen structs.
Definition clkgen_routines.c:136
int clkgen_setup(struct axi_clkgen **rx_clkgen, struct axi_clkgen **tx_clkgen, struct axi_clkgen **orx_clkgen)
Init and set rates for axi_clkgen components.
Definition clkgen_routines.c:43
Definition clk_axi_clkgen.h:38