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

STM32F429 stack class. More...

#include <STACK_STM32F429.h>

Inheritance diagram for TSTACK_STM32F429:
Inheritance graph
Collaboration diagram for TSTACK_STM32F429:
Collaboration graph

Public Member Functions

 TSTACK_STM32F429 ()
 Class constructor method. More...
 
 ~TSTACK_STM32F429 ()
 Class destructor method. More...
 
- Public Member Functions inherited from TStack_Base
 TStack_Base ()
 Class constructor method. More...
 
 ~TStack_Base ()
 Class destructor method. More...
 
virtual U32 Get_Bottom_Address ()
 Return CPU stack base address method. More...
 
virtual U32 Get_Top_Address ()
 Return CPU stack end address method. More...
 
virtual U32 Get_Size ()
 Return CPU stack size method. More...
 
virtual U32 Get_Not_Usage_Space ()
 Return CPU stack dont usage space method. More...
 
virtual U32 Get_Usage_Space ()
 Return CPU stack 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 stack class.

Constructor & Destructor Documentation

◆ TSTACK_STM32F429()

TSTACK_STM32F429::TSTACK_STM32F429 ( )

Class constructor method.


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

◆ ~TSTACK_STM32F429()

TSTACK_STM32F429::~TSTACK_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: