Searched defs:out_value (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_api.cpp | 437 static esp_err_t nvs_get(nvs_handle_t c_handle, const char* key, T* out_value) in nvs_get() 449 extern "C" esp_err_t nvs_get_i8 (nvs_handle_t c_handle, const char* key, int8_t* out_value) in nvs_get_i8() 454 extern "C" esp_err_t nvs_get_u8 (nvs_handle_t c_handle, const char* key, uint8_t* out_value) in nvs_get_u8() 459 extern "C" esp_err_t nvs_get_i16 (nvs_handle_t c_handle, const char* key, int16_t* out_value) in nvs_get_i16() 464 extern "C" esp_err_t nvs_get_u16 (nvs_handle_t c_handle, const char* key, uint16_t* out_value) in nvs_get_u16() 469 extern "C" esp_err_t nvs_get_i32 (nvs_handle_t c_handle, const char* key, int32_t* out_value) in nvs_get_i32() 474 extern "C" esp_err_t nvs_get_u32 (nvs_handle_t c_handle, const char* key, uint32_t* out_value) in nvs_get_u32() 479 extern "C" esp_err_t nvs_get_i64 (nvs_handle_t c_handle, const char* key, int64_t* out_value) in nvs_get_i64() 484 extern "C" esp_err_t nvs_get_u64 (nvs_handle_t c_handle, const char* key, uint64_t* out_value) in nvs_get_u64() 489 …_or_blob(nvs_handle_t c_handle, nvs::ItemType type, const char* key, void* out_value, size_t* leng… in nvs_get_str_or_blob() [all …]
|
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 551 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() 561 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() 571 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() 597 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 615 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() 633 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() 651 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() 694 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 558 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() 568 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() 578 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() 604 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 575 int32_t nvs_get_i8(uint32_t handle, const char *key, int8_t *out_value) in nvs_get_i8() 585 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() 595 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() 621 int32_t nvs_get_blob(uint32_t handle, const char *key, void *out_value, in nvs_get_blob()
|
/hal_espressif-3.6.0/components/esp_serial_slave_link/ |
D | essl_spi.c | 313 esp_err_t essl_spi_read_reg(void *arg, uint8_t addr, uint8_t *out_value, uint32_t wait_ms) in essl_spi_read_reg() 402 esp_err_t essl_spi_write_reg(void *arg, uint8_t addr, uint8_t value, uint8_t *out_value, uint32_t w… in essl_spi_write_reg()
|