ConOpSys V2970
P004.07
ANVILEX control operating system
|
STM32F429 stack class. More...
#include <STACK_STM32F429.h>
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... | |
STM32F429 stack class.
TSTACK_STM32F429::TSTACK_STM32F429 | ( | ) |
Class constructor method.
TSTACK_STM32F429::~TSTACK_STM32F429 | ( | ) |
Class destructor method.