Lines Matching full:using
140 * using esp_partition_iterator_release when not used any more.
163 * @param iterator Iterator obtained using esp_partition_find. Must be non-NULL.
175 * @param iterator Iterator obtained using esp_partition_find. Must be non-NULL.
184 * @param iterator Iterator obtained using esp_partition_find.
217 * @param partition Pointer to partition structure obtained using
238 * This can be done using esp_partition_erase_range function.
247 * @param partition Pointer to partition structure obtained using
273 * @param partition Pointer to partition structure obtained using
297 * This can be done using esp_partition_erase_range function.
299 * @param partition Pointer to partition structure obtained using
322 * @param partition Pointer to partition structure obtained using
352 * @param partition Pointer to partition structure obtained using
403 …* as partitions. This allows using them with components which access SPI flash through the esp_par…
410 * chips, so using ESP_PARTITION_TYPE_APP is not supported.
425 * @brief Deregister the partition previously registered using esp_partition_register_external
431 * - ESP_ERR_INVALID_ARG if the partition was not registered using