⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (183 Bytes)
Statistics
| Revision:
repo2
/
firmware_eclairexl
/
pll
/
pll.h
View
History
Annotate
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
Loading...