Home
last modified time | relevance | path

Searched defs:ota_id (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/app_update/
Dotatool.py83 def _get_partition_id_from_ota_id(self, ota_id): argument
89 def switch_ota_partition(self, ota_id): argument
192 def read_ota_partition(self, ota_id, output): argument
195 def write_ota_partition(self, ota_id, input): argument
198 def erase_ota_partition(self, ota_id): argument
217 def _switch_ota_partition(target, ota_id): argument
221 def _read_ota_partition(target, ota_id, output): argument
226 def _write_ota_partition(target, ota_id, input): argument
231 def _erase_ota_partition(target, ota_id): argument