Searched refs:open_mode (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/bt/host/nimble/port/src/ |
D | nvs_port.c | 15 nvs_open_custom(const char* namespace_name, open_mode_t open_mode, cache_handle_t *out_handle) in nvs_open_custom() argument 17 switch (open_mode) { in nvs_open_custom()
|
/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() argument 337 return nvs_open(name, (nvs_open_mode_t)open_mode, out_handle); in 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() argument 331 return nvs_open(name,(nvs_open_mode_t)open_mode, out_handle); in 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() argument 348 return nvs_open(name,(nvs_open_mode_t)open_mode, out_handle); in nvs_open_wrapper()
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi_os_adapter.h | 107 int (* _nvs_open)(const char* name, unsigned int open_mode, uint32_t *out_handle);
|
/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() argument 542 ARG_UNUSED(open_mode); in 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() argument 542 ARG_UNUSED(open_mode); in 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() argument 546 ARG_UNUSED(open_mode); in nvs_open_wrapper()
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 478 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open() argument
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 482 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open() argument
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 492 int32_t nvs_open(const char *name, uint32_t open_mode, uint32_t *out_handle) in nvs_open() argument
|