STemWin
mem_TypeDef
is only used within STemWin.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STemWin
mem_TypeDef
mem_TypeDef struct
Syntax
Show:
Summary
Declaration
from
k_mem.h:38
typedef
struct
{
uint32_t
mallocBase
;
uint32_t
size
[
MAX_PAGE_NUMBER
]
;
uint8_t
PageTable
[
MAX_PAGE_NUMBER
]
;
}
mem_TypeDef
;
Fields
Field
Declared as
mem_TypeDef::mallocBase
uint32_t
mem_TypeDef::size
uint32_t
[
MAX_PAGE_NUMBER
]
mem_TypeDef::PageTable
uint8_t
[
MAX_PAGE_NUMBER
]
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out