Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  prop.h

  Sprache: C
 

/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _ZL3073X_PROP_H
#define _ZL3073X_PROP_H

#include <linux/dpll.h>

#include "core.h"

struct fwnode_handle;

/**
 * struct zl3073x_pin_props - pin properties
 * @fwnode: pin firmware node
 * @dpll_props: DPLL core pin properties
 * @package_label: pin package label
 * @esync_control: embedded sync support
 */

struct zl3073x_pin_props {
 struct fwnode_handle  *fwnode;
 struct dpll_pin_properties dpll_props;
 char    package_label[8];
 bool    esync_control;
};

enum dpll_type zl3073x_prop_dpll_type_get(struct zl3073x_dev *zldev, u8 index);

struct zl3073x_pin_props *zl3073x_pin_props_get(struct zl3073x_dev *zldev,
      enum dpll_pin_direction dir,
      u8 index);

void zl3073x_pin_props_put(struct zl3073x_pin_props *props);

#endif /* _ZL3073X_PROP_H */

Messung V0.5 in Prozent
C=95 H=96 G=95

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002