Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
lvds_pll_main.c File Reference
lvds pll setting value More...
Go to the source code of this file.
Functions | |
| static int | compare_nodiv (pll_parameter_t *param, double fout) |
| static int | compare_div3 (pll_parameter_t *param, double fout) |
| static void | SeekValue (pll_parameter_t *param) |
| 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
lvds pll setting value
- Version:
- 1.00
- Rev:
- 199
- Date:
- 2014-05-23 16:33:52 +0900#
Definition in file lvds_pll_main.c.
Function Documentation
| static int compare_div3 | ( | pll_parameter_t * | param, |
| double | fout | ||
| ) | [static] |
| static int compare_nodiv | ( | pll_parameter_t * | param, |
| double | fout | ||
| ) | [static] |
| 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.
| static void SeekValue | ( | pll_parameter_t * | param ) | [static] |
Generated on Tue Jul 12 2022 14:47:53 by
1.7.2
