Global¶
- group Global_stack
stack globals
lorem
Macros¶
- group Macros_stack_h
Variables¶
- group Variables_stack_h
API’s¶
- group Apis_stack_h
Getters¶
- group Getters_stack_h
Functions
-
BitWidthType stack_getStackSize(CosmOS_StackConfigurationType *stack)¶
Get stackSize.
- Parameters
stack – [in] pointer to the stack configuration type
- Returns
BitWidthType
-
AddressType stack_getStackLowAddress(CosmOS_StackConfigurationType *stack)¶
Get stackLowAddress.
- Parameters
stack – [in] pointer to the stack configuration type
- Returns
AddressType
-
AddressType stack_getStackHighAddress(CosmOS_StackConfigurationType *stack)¶
Get stackHighAddress.
- Parameters
stack – [in] pointer to the stack configuration type
- Returns
AddressType
-
BitWidthType stack_getStackSize(CosmOS_StackConfigurationType *stack)¶
Setters¶
- group Setters_stack_h
General¶
- group General_stack_h