Searched refs:partitions_bin (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.6.0/components/spi_flash/sim/ |
D | flash_mock.cpp | 40 …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()
|
D | SpiFlash.cpp | 42 …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()
|
D | SpiFlash.h | 34 …p_size, uint32_t block_size, uint32_t sector_size, uint32_t page_size, const char* partitions_bin);
|