Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
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
39
void
irq_offload
(
irq_offload_routine_t
routine,
const
void
*parameter);
40
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
/* _SW_IRQ_H_ */
void
void
Definition:
eswifi_shell.c:15
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 Sun Oct 9 2022 09:21:56 for Zephyr API Documentation by
1.9.4