Zephyr Project API
3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
lifo_usage.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018 Intel Corporation.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef __TEST_LIFO_USAGE_H__
8
#define __TEST_LIFO_USAGE_H__
9
#include <
zephyr/sys/slist.h
>
10
11
typedef
struct
ldata
{
12
sys_snode_t
snode
;
13
uint32_t
data
;
14
}
ldata_t
;
15
#endif
sys_snode_t
struct _snode sys_snode_t
Single-linked list node structure.
Definition
slist.h:39
ldata_t
struct ldata ldata_t
slist.h
uint32_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
ldata
Definition
test_lifo.h:13
ldata::snode
sys_snode_t snode
Definition
test_lifo.h:14
ldata::data
uint32_t data
Definition
test_lifo.h:15
tests
kernel
lifo
lifo_usage
src
lifo_usage.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8