Searched refs:ns_entry (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.5.0/components/nvs_flash/host_test/fixtures/ |
D | test_fixtures.hpp | 166 uint8_t ns_entry [32]; member 176 … ns_entry {0x00, 0x01, 0x01, 0xff, 0x68, 0xc5, 0x3f, 0x0b, 't', 'e', 's', 't', '_', 'n', 's', '\0', 198 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); 225 uint8_t ns_entry [32]; member 233 … ns_entry {0x00, 0x01, 0x01, 0xff, 0x68, 0xc5, 0x3f, 0x0b, 't', 'e', 's', 't', '_', 'n', 's', '\0', in NVSValidStorageFixture() 274 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); 292 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); 296 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); 300 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); 304 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); [all …]
|
/hal_espressif-3.5.0/components/nvs_flash/host_test/nvs_page_test/main/ |
D | nvs_page_test.cpp | 103 …uint8_t ns_entry [32] = {0x00, 0x01, 0x01, 0xff, 0x68, 0xc5, 0x3f, 0x0b, 't', 'e', 's', 't', '_', … in test_Page_load__corrupt_entry_table() local 124 esp_partition_read_ReturnArrayThruPtr_dst(ns_entry, 32); in test_Page_load__corrupt_entry_table()
|