Zephyr Project API
3.7.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
test_mslab.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2016 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef __TEST_MSLAB_H__
8
#define __TEST_MSLAB_H__
9
10
#define TIMEOUT 2000
11
#define BLK_NUM 3
12
#define BLK_ALIGN 8
13
#define BLK_SIZE 16
14
#define STACKSIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
15
16
extern
void
tmslab_alloc_free
(
void
*
data
);
17
extern
void
*
mslab_setup
(
void
);
18
19
#endif
/*__TEST_MSLAB_H__*/
mslab_setup
void * mslab_setup(void)
Definition
test_mslab_api.c:19
tmslab_alloc_free
void tmslab_alloc_free(void *data)
Definition
test_mslab_api.c:26
data
static fdata_t data[2]
Definition
test_fifo_contexts.c:15
tests
kernel
mem_slab
mslab_api
src
test_mslab.h
Generated on Sun Sep 15 2024 17:01:30 for Zephyr Project API by
1.9.8