Home
last modified time | relevance | path

Searched refs:partitions_bin (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/spi_flash/sim/
Dflash_mock.cpp40 …ar* chip_size, size_t block_size, size_t sector_size, size_t page_size, const char* partitions_bin) in _spi_flash_init() argument
46 spiflash.init(size, block_size, sector_size, page_size, partitions_bin); in _spi_flash_init()
DSpiFlash.cpp42 …ip_size, uint32_t block_size, uint32_t sector_size, uint32_t page_size, const char* partitions_bin) in init() argument
70 ifstream ifd(partitions_bin, ios::binary | ios::ate); in init()
DSpiFlash.h34 …p_size, uint32_t block_size, uint32_t sector_size, uint32_t page_size, const char* partitions_bin);