Loading...
Searching...
No Matches
irq_arch.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Gunar Schorcht
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#include "irq_arch_common.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
32#define ETS_SOFT_INT_NONE 0
33#define ETS_SOFT_INT_YIELD 1
34#define ETS_SOFT_INT_HDL_MAC 2
35
36#ifdef __cplusplus
37}
38#endif
Implementation of the kernels irq interface.