Zephyr Project API
4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
13
extern
"C"
{
14
#endif
15
24
struct
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_ */
device.h
kernel.h
Public kernel APIs.
mfd_maxq10xx_get_lock
struct k_sem * mfd_maxq10xx_get_lock(const struct device *dev)
Get the semaphore reference for a MAXQ1xx instance.
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:510
k_sem
Semaphore structure.
Definition
kernel.h:3275
include
zephyr
drivers
mfd
mfd_maxq10xx.h
Generated on Fri Jun 6 2025 09:22:10 for Zephyr Project API by
1.9.8