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.
Dependents: Trace_Program2 GR-PEACH_Camera_in_barcode GR-PEACH_LCD_sample GR-PEACH_LCD_4_3inch_sample ... more
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.
Generated on Tue Jul 12 2022 15:08:46 by
 1.7.2
 1.7.2