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
test_fifo.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2017 Intel Corporation.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef __TEST_FIFO_H__
8
#define __TEST_FIFO_H__
9
10
#include <
ztest.h
>
11
#include <
irq_offload.h
>
12
13
typedef
struct
fdata
{
14
sys_snode_t
snode
;
15
uint32_t
data
;
16
}
fdata_t
;
17
#endif
irq_offload.h
IRQ Offload interface.
sys_snode_t
struct _snode sys_snode_t
Definition:
slist.h:33
uint32_t
__UINT32_TYPE__ uint32_t
Definition:
stdint.h:60
fdata
Definition:
test_fifo.h:13
fdata::data
uint32_t data
Definition:
test_fifo.h:15
fdata::snode
sys_snode_t snode
Definition:
test_fifo.h:14
fdata_t
struct fdata fdata_t
ztest.h
Zephyr Testsuite.
tests
kernel
fifo
fifo_api
src
test_fifo.h
Generated on Mon Feb 21 2022 22:43:02 for Zephyr API Documentation by
1.9.2