Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/include/linux/mfd/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 623 B image not shown  

Quelle  qnap-mcu.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Core definitions for QNAP MCU MFD driver.
 * Copyright (C) 2024 Heiko Stuebner <heiko@sntech.de>
 */


#ifndef _LINUX_QNAP_MCU_H_
#define _LINUX_QNAP_MCU_H_

#include <linux/types.h>

struct qnap_mcu;

struct qnap_mcu_variant {
 u32 baud_rate;
 int num_drives;
 int fan_pwm_min;
 int fan_pwm_max;
 bool usb_led;
};

int qnap_mcu_exec(struct qnap_mcu *mcu,
    const u8 *cmd_data, size_t cmd_data_size,
    u8 *reply_data, size_t reply_data_size);
int qnap_mcu_exec_with_ack(struct qnap_mcu *mcu,
      const u8 *cmd_data, size_t cmd_data_size);

#endif /* _LINUX_QNAP_MCU_H_ */

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

¤ Dauer der Verarbeitung: 0.11 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.