Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
mfd_maxq10xx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Vogl Electronic GmbH
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DRIVERS_MFD_MAXQ10XX_H_
7#define ZEPHYR_INCLUDE_DRIVERS_MFD_MAXQ10XX_H_
8
9#include <zephyr/device.h>
10#include <zephyr/kernel.h>
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
24struct k_sem *mfd_maxq10xx_get_lock(const struct device *dev);
25
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif /* ZEPHYR_INCLUDE_DRIVERS_MFD_MAXQ10XX_H_ */
Public kernel APIs.
struct k_sem * mfd_maxq10xx_get_lock(const struct device *dev)
Get the semaphore reference for a MAXQ1xx instance.
Runtime device structure (in ROM) per driver instance.
Definition device.h:504