ESP-IDF
ota_ops_entry_
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ota_ops_entry_
ota_ops_entry_ struct
Syntax
Show:
Summary
Declaration
from
esp_ota_ops.c:38
typedef
struct
ota_ops_entry_
{
uint32_t
handle
;
const
esp_partition_t
*
part
;
bool
need_erase
;
uint32_t
wrote_size
;
uint8_t
partial_bytes
;
WORD_ALIGNED_ATTR
uint8_t
partial_data
[
16
]
;
LIST_ENTRY
(
ota_ops_entry_
)
entries
;
}
ota_ops_entry_t
;
Fields
Field
Declared as
ota_ops_entry_::handle
uint32_t
ota_ops_entry_::part
const
esp_partition_t
*
ota_ops_entry_::need_erase
bool
ota_ops_entry_::wrote_size
uint32_t
ota_ops_entry_::partial_bytes
uint8_t
ota_ops_entry_::partial_data
WORD_ALIGNED_ATTR
uint8_t
[
16
]
ota_ops_entry_::entries
LIST_ENTRY
(
ota_ops_entry_
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out