Video library for GR-PEACH

Dependents:   Trace_Program2 GR-PEACH_Camera_in_barcode GR-PEACH_LCD_sample GR-PEACH_LCD_4_3inch_sample ... more

Embed: (wiki syntax)

« Back to documentation index

lvds_pll_calc.h File Reference

lvds_pll_calc.h File Reference

Debug function header. More...

Go to the source code of this file.

Functions

int32_t lvds_pll_calc (const double InClock, const double OuClock, const uint32_t Lvds, pll_parameter_t *result)
 PLL value Calculation function.

Detailed Description

Debug function header.

Version:
1.00
Rev:
199
Date:
2014-05-23 16:33:52 +0900#

Definition in file lvds_pll_calc.h.


Function Documentation

int32_t lvds_pll_calc ( const double  InClock,
const double  OuClock,
const uint32_t  Lvds,
pll_parameter_t *  result 
)

PLL value Calculation function.

Parameters:
[in]InClock: Input clock frequency [MHz]
[in]OuClock: Output clock frequency [MHz]
[in]Lvds: The LVDS output interface is used (=1) or not (=0)
[out]result: pll_parameter_t
Return values:
error(-1)

Definition at line 208 of file lvds_pll_main.c.