no-OS
Loading...
Searching...
No Matches
clkgen_routines.h
Go to the documentation of this file.
1/***************************************************************************/
36#ifndef __CLKGEN_ROUTINES_H__
37#define __CLKGEN_ROUTINES_H__
38
39#include "no_os_print_log.h"
40#include "clk_axi_clkgen.h"
41
44
45#endif /* __CLKGEN_ROUTINES_H__ */
struct axi_clkgen * tx_clkgen
Definition app_clocking.c:91
struct axi_clkgen * rx_clkgen
Definition app_clocking.c:90
int clkgen_setup(struct axi_clkgen **rx_clkgen, struct axi_clkgen **tx_clkgen, struct axi_clkgen **orx_clkgen, uint8_t jesd204c_en)
Init and set rates for axi_clkgen components.
Definition clkgen_routines.c:44
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:141
Driver for the Analog Devices AXI CLKGEN.
Print messages helpers.
Definition clk_axi_clkgen.h:38