/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2003 Deep Blue Solutions, Ltd, All Rights Reserved. * * Support functions for calculating clocks/divisors for the ICST * clock generators. See https://www.idt.com/ for more information * on these devices.
*/ #ifndef ICST_H #define ICST_H
/* * ICST307 VCO frequency must be between 6MHz and 200MHz (3.3 or 5V). * This frequency is pre-output divider.
*/ #define ICST307_VCO_MIN 6000000 #define ICST307_VCO_MAX 200000000
/* * ICST525 VCO frequency must be between 10MHz and 200MHz (3V) or 320MHz (5V). * This frequency is pre-output divider.
*/ #define ICST525_VCO_MIN 10000000 #define ICST525_VCO_MAX_3V 200000000 #define ICST525_VCO_MAX_5V 320000000
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.