ConOpSys V2970  P004.07
ANVILEX control operating system
Public Member Functions | List of all members
THEAP_STM32F429 Class Reference

STM32F429 heap class. More...

#include <HEAP_STM32F429.h>

Inheritance diagram for THEAP_STM32F429:
Inheritance graph
Collaboration diagram for THEAP_STM32F429:
Collaboration graph

Public Member Functions

 THEAP_STM32F429 ()
 Class constructor method. More...
 
 ~THEAP_STM32F429 ()
 Class destructor method. More...
 
- Public Member Functions inherited from THeap_Base
 THeap_Base ()
 Class constructor method. More...
 
 ~THeap_Base ()
 Class destructor method. More...
 
virtual U32 Get_Bottom_Address ()
 Return CPU heap base address method. More...
 
virtual U32 Get_Top_Address ()
 Return CPU heap end address method. More...
 
virtual U32 Get_Size ()
 Return CPU heap size method. More...
 
virtual U32 Get_Not_Usage_Space ()
 Return CPU heap dont usage space method. More...
 
virtual U32 Get_Usage_Space ()
 Return CPU heap usage space method. More...
 
VOID Execute ()
 Stack excution method. More...
 
BOOL Get_Warning_Overflow_Flag ()
 Return warning level stack status method. More...
 
BOOL Get_Trip_Overflow_Flag ()
 Return trip level stack status method. More...
 

Detailed Description

STM32F429 heap class.

Constructor & Destructor Documentation

◆ THEAP_STM32F429()

THEAP_STM32F429::THEAP_STM32F429 ( )

Class constructor method.


Note
None
Override
Not allowed
Attention
Don't call this method directly.

◆ ~THEAP_STM32F429()

THEAP_STM32F429::~THEAP_STM32F429 ( )

Class destructor method.


Note
None
Override
Not allowed
Attention
Don't call this method directly.

The documentation for this class was generated from the following files: