Searched refs:nvs_open_wrapper (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 335 static esp_err_t nvs_open_wrapper(const char *name, unsigned int open_mode, nvs_handle_t *out_handl… in nvs_open_wrapper() function 642 ._nvs_open = nvs_open_wrapper,
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 329 static esp_err_t nvs_open_wrapper(const char* name, unsigned int open_mode, nvs_handle_t *out_handl… in nvs_open_wrapper() function 624 ._nvs_open = nvs_open_wrapper,
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 346 static esp_err_t nvs_open_wrapper(const char* name, unsigned int open_mode, nvs_handle_t *out_handl… in nvs_open_wrapper() function 641 ._nvs_open = nvs_open_wrapper,
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 539 int32_t nvs_open_wrapper(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open_wrapper() function 881 ._nvs_open = nvs_open_wrapper,
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 539 int32_t nvs_open_wrapper(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open_wrapper() function 880 ._nvs_open = nvs_open_wrapper,
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 543 int32_t nvs_open_wrapper(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open_wrapper() function 896 ._nvs_open = nvs_open_wrapper,
|