MAX_PAGE_NUMBER is only used within MB1063.
 
Symbols
loading...
Files
loading...

MAX_PAGE_NUMBER macro

Syntax

#define MAX_PAGE_NUMBER 64

References

LocationText
k_mem.h:35
#define MAX_PAGE_NUMBER 64 /* Maximum of 64 pages */
k_mem.c:69
while ( index < (MAX_PAGE_NUMBER))
k_mem.h:41
uint32_t size[MAX_PAGE_NUMBER]; /* Sizes Table to allow safe deallocation */
k_mem.h:42
uint8_t PageTable[MAX_PAGE_NUMBER]; /* Memory page state table '1'-> Allocated '0' -> Free */