Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
zephyr
drivers
mfd
mfd_maxq10xx.h
Generated on Wed Jun 4 2025 00:07:13 for Zephyr API Documentation by
1.12.0