Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm/mach-s3c/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 792 B image not shown  

Quelle  dev-uart.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0
//
// originally from arch/arm/plat-s3c24xx/devs.c
//
// Copyright (c) 2004 Simtec Electronics
// Ben Dooks <ben@simtec.co.uk>
//
// Base S3C24XX platform device definitions

#include <linux/kernel.h>
#include <linux/platform_device.h>

#include "devs.h"

/* uart devices */

static struct platform_device s3c24xx_uart_device0 = {
 .id  = 0,
};

static struct platform_device s3c24xx_uart_device1 = {
 .id  = 1,
};

static struct platform_device s3c24xx_uart_device2 = {
 .id  = 2,
};

static struct platform_device s3c24xx_uart_device3 = {
 .id  = 3,
};

struct platform_device *s3c24xx_uart_src[4] = {
 &s3c24xx_uart_device0,
 &s3c24xx_uart_device1,
 &s3c24xx_uart_device2,
 &s3c24xx_uart_device3,
};

struct platform_device *s3c24xx_uart_devs[4] = {
};

Messung V0.5
C=94 H=97 G=95

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

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