mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
12 lines
301 B
C
12 lines
301 B
C
#ifndef __DVISAMPLERX_H
|
|
#define __DVISAMPLERX_H
|
|
|
|
void dvisamplerX_isr(void);
|
|
void dvisamplerX_init_video(void);
|
|
void dvisamplerX_print_status(void);
|
|
void dvisamplerX_calibrate_delays(void);
|
|
void dvisamplerX_adjust_phase(void);
|
|
int dvisamplerX_init_phase(void);
|
|
void dvisamplerX_service(void);
|
|
|
|
#endif
|