MicrOS
|
#include "memory_map.h"
Functions | |
memory_map_entry * | memory_map_get () |
uint8_t | memory_map_get_entries_count () |
char * | __itoa (unsigned int value, char *buffer, int rad) |
void | memory_map_dump () |
Variables | |
uint8_t * | memory_map_entries_count = (uint8_t *)MEMORY_MAP_ENTRIES_COUNT |
memory_map_entry * | memory_map = (memory_map_entry *)(MEMORY_MAP_BUFFER) |
char* __itoa | ( | unsigned int | value, |
char * | buffer, | ||
int | rad | ||
) |
void memory_map_dump | ( | ) |
memory_map_entry* memory_map_get | ( | ) |
uint8_t memory_map_get_entries_count | ( | ) |
memory_map_entry* memory_map = (memory_map_entry *)(MEMORY_MAP_BUFFER) |
uint8_t* memory_map_entries_count = (uint8_t *)MEMORY_MAP_ENTRIES_COUNT |