28#ifndef SHARED_PARAMS_H
29#define SHARED_PARAMS_H
45#define SHARED_PARAMS_CFG_BUFFER_DATA_LEN (16 - 4 - 2)
bool SharedParamsWriteByIndex(uint32_t idx, uint8_t value)
Writes a data byte to the shared parameter buffer at the specified index.
void SharedParamsInit(void)
Initializes the shared RAM parameters module.
bool SharedParamsReadByIndex(uint32_t idx, uint8_t *value)
Reads a data byte from the shared parameter buffer at the specified index.