Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/spi_flash/test/
Dtest_esp_flash.c424 esp_partition_t part = *test_part; in flash_test_core() local
453 static void test_metadata(const esp_partition_t* part) in test_metadata()
465 static uint32_t erase_test_region(const esp_partition_t *part, int num_sectors) in erase_test_region()
494 void test_simple_read_write(const esp_partition_t* part) in test_simple_read_write()
525 void test_unaligned_read_write(const esp_partition_t* part) in test_unaligned_read_write()
546 void test_single_read_write(const esp_partition_t* part) in test_single_read_write()
574 void test_three_byte_read_write(const esp_partition_t* part) in test_three_byte_read_write()
600 void test_erase_large_region(const esp_partition_t *part) in test_erase_large_region()
655 esp_partition_t *part = (esp_partition_t *)arg; in task_erase_large_region() local
670 static void test_flash_suspend_resume(const esp_partition_t* part) in test_flash_suspend_resume()
[all …]
Dtest_spi_flash.c43 const esp_partition_t *part = get_test_data_partition(); in setup_tests() local
236 static uint32_t measure_erase(const esp_partition_t* part) in measure_erase()
248 static uint32_t measure_write(const char* name, const esp_partition_t* part, const uint8_t* data_to… in measure_write()
271 static uint32_t measure_read(const char* name, const esp_partition_t* part, uint8_t* data_read, int… in measure_read()
Dtest_large_flash_writes.c63 const esp_partition_t *part = get_test_data_partition(); in test_write_large_buffer() local
Dtest_partitions.c72 static bool s_test_nonzero_sha_of_partition(const esp_partition_t *part, bool allow_invalid_image) in s_test_nonzero_sha_of_partition()
Dtest_flash_encryption.c32 const esp_partition_t *part = get_test_data_partition(); in setup_tests() local
Dtest_read_write.c42 const esp_partition_t *part = get_test_data_partition(); in setup_tests() local
Dtest_mmap.c45 const esp_partition_t *part = get_test_data_partition(); in setup_mmap_tests() local
/hal_espressif-3.5.0/examples/storage/partition_api/partition_find/main/
Dmain.c51 const esp_partition_t * part = esp_partition_find_first(type, subtype, name); in find_partition() local
105 const esp_partition_t *part = esp_partition_get(it); in app_main() local
117 const esp_partition_t *part = esp_partition_get(it); in app_main() local
/hal_espressif-3.5.0/components/fatfs/diskio/
Ddiskio_rawflash.c41 const esp_partition_t* part = ff_raw_handles[pdrv]; in ff_raw_read() local
59 const esp_partition_t* part = ff_raw_handles[pdrv]; in ff_raw_ioctl() local
/hal_espressif-3.5.0/components/bootloader_support/src/
Desp_image_format.c111 static esp_err_t image_load(esp_image_load_mode_t mode, const esp_partition_pos_t *part, esp_image_… in image_load()
241 esp_err_t bootloader_load_image(const esp_partition_pos_t *part, esp_image_metadata_t *data) in bootloader_load_image()
263 esp_err_t bootloader_load_image_no_verify(const esp_partition_pos_t *part, esp_image_metadata_t *da… in bootloader_load_image_no_verify()
272 esp_err_t esp_image_verify(esp_image_load_mode_t mode, const esp_partition_pos_t *part, esp_image_m… in esp_image_verify()
277 esp_err_t esp_image_get_metadata(const esp_partition_pos_t *part, esp_image_metadata_t *metadata) in esp_image_get_metadata()
Dflash_partitions.c32 const esp_partition_info_t *part = &partition_table[num_parts]; in esp_partition_table_verify() local
Dbootloader_utility.c486 esp_partition_pos_t part; local
/hal_espressif-3.5.0/components/driver/test/
Dtest_spi_bus_lock.c145 static void write_large_buffer(esp_flash_t *chip, const esp_partition_t *part, const uint8_t *sourc… in write_large_buffer()
158 static void read_and_check(esp_flash_t *chip, const esp_partition_t *part, const uint8_t *source, s… in read_and_check()
197 const esp_partition_t *part = get_test_data_partition(); in spi_task4() local
/hal_espressif-3.5.0/components/nvs_flash/test_nvs_host/
Dtest_fixtures.hpp126 PartitionEmulation part; member
148 nvs::NVSEncryptedPartition part; member
Dtest_nvs.cpp782 auto entry_count = [](const char *part, const char *name, nvs_type_t type)-> int { in __anon05e6423b0102()
2300 PartitionEmulation part(&emu, 0, 2 * SPI_FLASH_SEC_SIZE, "test"); variable
2570 shared_ptr<Partition> part; in check_nvs_part_gen_args() local
/hal_espressif-3.5.0/examples/storage/ext_flash_fatfs/main/
Dext_flash_fatfs_example_main.c152 const esp_partition_t *part = esp_partition_get(it); in example_list_data_partitions() local
/hal_espressif-3.5.0/components/wear_levelling/
Dwear_levelling.cpp68 Partition *part = NULL; in wl_mount() local
/hal_espressif-3.5.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c373 static int list(const char *part, const char *name, const char *str_type) in list()
503 const char *part = list_args.partition->sval[0]; in list_entries() local
/hal_espressif-3.5.0/components/fatfs/test/
Dtest_fatfs_rawflash.c43 const esp_partition_t* part = get_test_data_partition(); in test_setup() local
/hal_espressif-3.5.0/components/wpa_supplicant/src/wps/
Dwps_common.c307 void wps_pwd_auth_fail_event(struct wps_context *wps, int enrollee, int part) in wps_pwd_auth_fail_event()
Dwps.h507 int part; member
/hal_espressif-3.5.0/components/nvs_flash/host_test/fixtures/
Dtest_fixtures.hpp115 nvs::NVSEncryptedPartition part; member
/hal_espressif-3.5.0/components/app_update/
Desp_ota_ops.c39 const esp_partition_t *part; member
/hal_espressif-3.5.0/components/nvs_flash/src/
Dnvs_api.cpp110 NVSPartition *part = new (std::nothrow) NVSPartition(partition); in nvs_flash_init_partition_ptr() local
/hal_espressif-3.5.0/components/fatfs/src/
Dff.c5543 BYTE fmt, sys, *buf, *pte, pdrv, part; local