agileRTOS (zrtos)
Version 0.8.0 (ghostbuster)
vheap_type.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 ykat UG (haftungsbeschraenkt) - All Rights Reserved
3
*
4
* Permission for non-commercial use is hereby granted,
5
* free of charge, without warranty of any kind.
6
*/
7
#ifndef ZRTOS_VHEAP_TYPE_H
8
#define ZRTOS_VHEAP_TYPE_H
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
14
typedef
enum
{
15
ZRTOS_VHEAP_TYPE__UNUSED
= 0x00
16
,
ZRTOS_VHEAP_TYPE__MALLOC
= 0x11
17
,
ZRTOS_VHEAP_TYPE__TASK_IDLE
= 0x22
18
,
ZRTOS_VHEAP_TYPE__TASK_ACTIVE
= 0x33
19
,
ZRTOS_VHEAP_TYPE__TASK_DONE
= 0x44
20
}
zrtos_vheap_type_t
;
21
22
23
#ifdef __cplusplus
24
}
25
#endif
26
#endif
ZRTOS_VHEAP_TYPE__UNUSED
Definition:
vheap_type.h:15
ZRTOS_VHEAP_TYPE__MALLOC
Definition:
vheap_type.h:16
ZRTOS_VHEAP_TYPE__TASK_IDLE
Definition:
vheap_type.h:17
ZRTOS_VHEAP_TYPE__TASK_ACTIVE
Definition:
vheap_type.h:18
zrtos_vheap_type_t
zrtos_vheap_type_t
Definition:
vheap_type.h:14
ZRTOS_VHEAP_TYPE__TASK_DONE
Definition:
vheap_type.h:19
zrtos
vheap_type.h
© 2024 ykat UG (haftungsbeschränkt)