AIROC™ BTSDK v4.7 - Documentation | ||||
Macros | |
#define | WICED_NVRAM_VSID_START 0x01 |
Defines the first usable NVRAM Volatile Section Identifier. More... | |
#define | WICED_NVRAM_VSID_END 0x75 |
Defines the last usable NVRAM Volatile Section Identifier. More... | |
#define | wiced_hal_write_nvram wiced_hal_write_nvram_patch |
Writes the data to NVRAM, Application can write up to 255 bytes in one VS id section. More... | |
Functions | |
uint8_t | wiced_hal_write_nvram_patch (uint8_t vs_id, uint8_t data_length, uint8_t *p_data, wiced_result_t *p_status) |
uint8_t | wiced_hal_read_nvram (uint8_t vs_id, uint8_t data_length, uint8_t *p_data, wiced_result_t *p_status) |
Reads the data from NVRAM. More... | |
void | wiced_hal_delete_nvram (uint16_t vs_id, wiced_result_t *p_status) |
Delete the data from NVRAM. More... | |