Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/net/can/softing/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 909 B image not shown  

Quelle  softing_platform.h   Sprache: C

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

#include <linux/platform_device.h>

#ifndef _SOFTING_DEVICE_H_
#define _SOFTING_DEVICE_H_

/* softing firmware directory prefix */
#define fw_dir "softing-4.6/"

struct softing_platform_data {
 unsigned int manf;
 unsigned int prod;
 /*
 * generation
 * 1st with NEC or SJA1000
 * 8bit, exclusive interrupt, ...
 * 2nd only SJA1000
 * 16bit, shared interrupt
 */

 int generation;
 int nbus; /* # buses on device */
 unsigned int freq; /* operating frequency in Hz */
 unsigned int max_brp;
 unsigned int max_sjw;
 unsigned long dpram_size;
 const char *name;
 struct {
  unsigned long offs;
  unsigned long addr;
  const char *fw;
 } boot, load, app;
 /*
 * reset() function
 * bring pdev in or out of reset, depending on value
 */

 int (*reset)(struct platform_device *pdev, int value);
 int (*enable_irq)(struct platform_device *pdev, int value);
};

#endif

Messung V0.5
C=94 H=90 G=91

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.