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>
13
14extern struct k_heap test_pool;
15
21#endif
struct _snode sys_snode_t
Single-linked list node structure.
Definition slist.h:39
IRQ Offload interface.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Definition kernel.h:5320
Definition test_queue.h:16
sys_snode_t snode
Definition test_queue.h:17
uint32_t data
Definition test_queue.h:18
bool allocated
Definition test_queue.h:19
struct k_heap test_pool
struct qdata qdata_t
Zephyr Testsuite.