Zephyr Project API
3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_queue.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 <
zephyr/ztest.h
>
11
#include <
zephyr/irq_offload.h
>
12
#include <
zephyr/ztest_error_hook.h
>
13
14
extern
struct
k_heap
test_pool
;
15
16
typedef
struct
qdata
{
17
sys_snode_t
snode
;
18
uint32_t
data
;
19
bool
allocated
;
20
}
qdata_t
;
21
#endif
sys_snode_t
struct _snode sys_snode_t
Single-linked list node structure.
Definition
slist.h:39
irq_offload.h
IRQ Offload interface.
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
k_heap
Definition
kernel.h:5320
qdata
Definition
test_queue.h:16
qdata::snode
sys_snode_t snode
Definition
test_queue.h:17
qdata::data
uint32_t data
Definition
test_queue.h:18
qdata::allocated
bool allocated
Definition
test_queue.h:19
test_pool
struct k_heap test_pool
qdata_t
struct qdata qdata_t
ztest.h
Zephyr Testsuite.
ztest_error_hook.h
tests
kernel
queue
src
test_queue.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8