no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
app_transceiver.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __APP_TRANSCEIVER_H
34#define __APP_TRANSCEIVER_H
35
36#include <stdint.h>
37#include "adi_hal.h"
38
39adiHalErr_t fpga_xcvr_init(uint32_t rx_lane_rate_khz,
40 uint32_t tx_lane_rate_khz,
41 uint32_t rx_os_lane_rate_khz,
42 uint32_t device_clock);
43void fpga_xcvr_deinit(void);
44
45#endif /* __APP_TRANSCEIVER_H */
Contains Talise ADI HAL function prototypes type definitions for adi_hal.c.
adiHalErr_t
Enum of possible Errors Detected by HAL layer to be communicated to ADI APIs.
Definition adi_hal.h:42
void fpga_xcvr_deinit(void)
Definition app_transceiver.c:187
adiHalErr_t fpga_xcvr_init(uint32_t rx_lane_rate_khz, uint32_t tx_lane_rate_khz, uint32_t rx_os_lane_rate_khz, uint32_t device_clock)
Definition app_transceiver.c:62