no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
altera_a10_cdr_pll.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef ALTERA_A10_CDR_PLL_H_
34#define ALTERA_A10_CDR_PLL_H_
35
36#include "altera_adxcvr.h"
37
38int32_t altera_a10_cdr_pll_round_rate(struct adxcvr *xcvr,
39 uint32_t rate_khz);
40int32_t altera_a10_cdr_pll_set_rate(struct adxcvr *xcvr,
41 uint32_t rate_khz);
42uint32_t altera_a10_cdr_pll_recalc_rate(struct adxcvr *xcvr);
43
44#endif
int32_t altera_a10_cdr_pll_round_rate(struct adxcvr *xcvr, uint32_t rate_khz)
altera_a10_cdr_pll_round_rate
Definition altera_a10_cdr_pll.c:325
int32_t altera_a10_cdr_pll_set_rate(struct adxcvr *xcvr, uint32_t rate_khz)
altera_a10_cdr_pll_set_rate
Definition altera_a10_cdr_pll.c:347
uint32_t altera_a10_cdr_pll_recalc_rate(struct adxcvr *xcvr)
altera_a10_cdr_pll_recalc_rate
Definition altera_a10_cdr_pll.c:469
Driver for the Altera ADXCVR Configuration.
ADI JESD204B/C AXI_ADXCVR Highspeed Transceiver Device structure.
Definition altera_adxcvr.h:79