Searched refs:_nvs_get_i8 (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 102 int (* _nvs_get_i8)(uint32_t handle, const char* key, int8_t* out_value); member
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 637 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 674 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 681 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 619 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 636 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 692 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 792 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 795 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 809 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 876 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 875 ._nvs_get_i8 = nvs_get_i8,
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 891 ._nvs_get_i8 = nvs_get_i8,
|