PHiLIP
|
Handles memory map specific interface functions. More...
Go to the source code of this file.
Functions | |
error_t | get_mm (uint16_t index, char *str) |
Gets parameters of a record in the memory map. More... | |
error_t | get_mm_val (char *mm_name, uint32_t array_index, uint32_t *data) |
Gets the value of a record in the memory map. More... | |
error_t | set_mm_val (char *mm_name, uint32_t array_index, uint32_t data, uint8_t access) |
Sets the value of a record in the memory map. More... | |
Handles memory map specific interface functions.
Getting and setting of memory maps by name.