AIROC™ BTSDK v4.7 - Documentation | ||||
Enumerations | |
enum | { WICED_NVRAM_VSID_START = 0x200, WICED_NVRAM_VSID_END = 0x3FFF } |
Defines the first usable NVRAM Volatile Section Identifier. More... | |
Functions | |
uint16_t | wiced_hal_write_nvram (uint16_t vs_id, uint16_t data_length, uint8_t *p_data, wiced_result_t *p_status) |
Writes the data to NVRAM, Application can write up to 255 bytes in one VS id section. More... | |
uint16_t | wiced_hal_read_nvram (uint16_t vs_id, uint16_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) |
deletes data from NVRAM at specified VS id More... | |