Project

General

Profile

479 markw
#ifndef PLL_H
#define PLL_H

971 markw
typedef enum {MODE_NTSC_5994=0,MODE_NTSC_60=1,MODE_PAL_50=2,MODE_PAL_ORIG=3,MODE_NTSC_ORIG=4} video_pll_mode;
void set_pll(video_pll_mode mode);
479 markw
#endif