34 error_t 
get_mm(uint16_t index, 
char* str);
    47 error_t 
get_mm_val(
char* mm_name, uint32_t array_index, uint32_t *data);
    61 error_t 
set_mm_val(
char* mm_name, uint32_t array_index, uint32_t data,
 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. 
Definition: map_if.c:53
 
error_t get_mm(uint16_t index, char *str)
Gets parameters of a record in the memory map. 
Definition: map_if.c:40
 
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. 
Definition: map_if.c:79