/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); 104 int (* _nvs_get_u8)(uint32_t handle, const char* key, uint8_t* out_value); 106 int (* _nvs_get_u16)(uint32_t handle, const char* key, uint16_t* out_value); 111 int (* _nvs_get_blob)(uint32_t handle, const char* key, void* out_value, size_t* length);
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 494 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 498 ARG_UNUSED(out_value); in nvs_get_i8() 512 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 516 ARG_UNUSED(out_value); in nvs_get_u8() 530 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 534 ARG_UNUSED(out_value); in nvs_get_u16() 573 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument 578 ARG_UNUSED(out_value); in nvs_get_blob()
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 494 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 498 ARG_UNUSED(out_value); in nvs_get_i8() 512 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 516 ARG_UNUSED(out_value); in nvs_get_u8() 530 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 534 ARG_UNUSED(out_value); in nvs_get_u16() 573 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument 578 ARG_UNUSED(out_value); in nvs_get_blob()
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 498 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 502 ARG_UNUSED(out_value); in nvs_get_i8() 516 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 520 ARG_UNUSED(out_value); in nvs_get_u8() 534 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 538 ARG_UNUSED(out_value); in nvs_get_u16() 577 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument 582 ARG_UNUSED(out_value); in nvs_get_blob()
|
/hal_espressif-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 453 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 463 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 473 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 499 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 457 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 467 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 477 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 503 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 467 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() argument 477 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() argument 487 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() argument 513 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob() argument
|