Searched defs:encoding (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.4.0/components/nvs_flash/nvs_partition_generator/ |
D | nvs_partition_gen.py | 242 …ary_data(self, entry_struct, ns_index, key, data, data_size, total_entry_count, encoding, nvs_obj): argument 359 def write_varlen_data(self, key, data, encoding, ns_index,nvs_obj): argument 416 def write_primitive_data(self, key, data, encoding, ns_index,nvs_obj): argument 549 def write_entry(self, key, value, encoding): argument 628 def write_entry(nvs_instance, key, datatype, encoding, value): argument
|
/hal_espressif-3.4.0/components/esp_system/ |
D | eh_frame_parser.c | 310 static uint32_t esp_eh_frame_get_encoded(void* data, uint8_t encoding, uint32_t* psize) in esp_eh_frame_get_encoded() 405 const uint32_t encoding, in esp_eh_frame_find_entry() 480 const uint32_t encoding) in esp_eh_frame_decode_address()
|