Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
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
y
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
y
z
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
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
Enumerator
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
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
irq_offload.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015 Intel corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
11
#ifndef ZEPHYR_INCLUDE_IRQ_OFFLOAD_H_
12
#define ZEPHYR_INCLUDE_IRQ_OFFLOAD_H_
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
18
typedef
void (*
irq_offload_routine_t
)(
const
void
*parameter);
19
32
void
irq_offload
(
irq_offload_routine_t
routine,
const
void
*parameter);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
/* _SW_IRQ_H_ */
irq_offload
void irq_offload(irq_offload_routine_t routine, const void *parameter)
Run a function in interrupt context.
irq_offload_routine_t
void(* irq_offload_routine_t)(const void *parameter)
Definition:
irq_offload.h:18
include
irq_offload.h
Generated on Mon Feb 21 2022 22:43:01 for Zephyr API Documentation by
1.9.2