Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  sc16is7xx.h

  Sprache: C
 

/* SPDX-License-Identifier: GPL-2.0+ */
/* SC16IS7xx SPI/I2C tty serial driver */

#ifndef _SC16IS7XX_H_
#define _SC16IS7XX_H_

#include <linux/mod_devicetable.h>
#include <linux/regmap.h>
#include <linux/types.h>

#define SC16IS7XX_NAME  "sc16is7xx"
#define SC16IS7XX_MAX_PORTS 2 /* Maximum number of UART ports per IC. */

struct device;

struct sc16is7xx_devtype {
 char name[10];
 int nr_gpio;
 int nr_uart;
};

extern const struct regmap_config sc16is7xx_regcfg;

extern const struct of_device_id sc16is7xx_dt_ids[];

extern const struct sc16is7xx_devtype sc16is74x_devtype;
extern const struct sc16is7xx_devtype sc16is750_devtype;
extern const struct sc16is7xx_devtype sc16is752_devtype;
extern const struct sc16is7xx_devtype sc16is760_devtype;
extern const struct sc16is7xx_devtype sc16is762_devtype;

const char *sc16is7xx_regmap_name(u8 port_id);

unsigned int sc16is7xx_regmap_port_mask(unsigned int port_id);

int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype,
      struct regmap *regmaps[], int irq);

void sc16is7xx_remove(struct device *dev);

#endif /* _SC16IS7XX_H_ */

Messung V0.5 in Prozent
C=94 H=94 G=93

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© 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