Function esp_idf_sys::bootloader_common_ota_select_invalid
source ยท pub unsafe extern "C" fn bootloader_common_ota_select_invalid(
s: *const esp_ota_select_entry_t,
) -> bool
Expand description
@brief Returns true if OTADATA is not marked as bootable partition.
@param[in] s The OTA data select. @return Returns true if OTADATA invalid, false otherwise.