Home
last modified time | relevance | path

Searched refs:esp_https_ota_config_t (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/esp_https_ota/include/
Desp_https_ota.h36 } esp_https_ota_config_t; typedef
94 esp_err_t esp_https_ota_begin(esp_https_ota_config_t *ota_config, esp_https_ota_handle_t *handle);
/hal_espressif-3.5.0/components/esp_https_ota/src/
Desp_https_ota.c160 static bool is_server_verification_enabled(esp_https_ota_config_t *ota_config) { in is_server_verification_enabled()
166 esp_err_t esp_https_ota_begin(esp_https_ota_config_t *ota_config, esp_https_ota_handle_t *handle) in esp_https_ota_begin()
579 esp_https_ota_config_t ota_config = { in esp_https_ota()
/hal_espressif-3.5.0/docs/en/api-reference/system/
Desp_https_ota.rst35 …age download feature, enable ``partial_http_download`` configuration in ``esp_https_ota_config_t``.
/hal_espressif-3.5.0/examples/system/ota/advanced_https_ota/main/
Dadvanced_https_ota_example.c114 esp_https_ota_config_t ota_config = { in advanced_ota_example_task()