agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
vheap_type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  zrtos_vheap_type_t {
  ZRTOS_VHEAP_TYPE__UNUSED = 0x00,
  ZRTOS_VHEAP_TYPE__MALLOC = 0x11,
  ZRTOS_VHEAP_TYPE__TASK_IDLE = 0x22,
  ZRTOS_VHEAP_TYPE__TASK_ACTIVE = 0x33,
  ZRTOS_VHEAP_TYPE__TASK_DONE = 0x44
}
 

Enumeration Type Documentation

◆ zrtos_vheap_type_t

Enumerator
ZRTOS_VHEAP_TYPE__UNUSED 
ZRTOS_VHEAP_TYPE__MALLOC 
ZRTOS_VHEAP_TYPE__TASK_IDLE 
ZRTOS_VHEAP_TYPE__TASK_ACTIVE 
ZRTOS_VHEAP_TYPE__TASK_DONE 

Definition at line 14 of file vheap_type.h.