Searched refs:SPI_Flash (Results 1 – 4 of 4) sorted by relevance
20 SPI_Flash::SPI_Flash() in SPI_Flash() function in SPI_Flash24 size_t SPI_Flash::chip_size() in chip_size()29 esp_err_t SPI_Flash::erase_sector(size_t sector) in erase_sector()39 esp_err_t SPI_Flash::erase_range(size_t start_address, size_t size) in erase_range()52 esp_err_t SPI_Flash::write(size_t dest_addr, const void *src, size_t size) in write()63 esp_err_t SPI_Flash::read(size_t src_addr, void *dest, size_t size) in read()74 size_t SPI_Flash::sector_size() in sector_size()79 SPI_Flash::~SPI_Flash() in ~SPI_Flash()
2 "SPI_Flash.cpp"
11 class SPI_Flash : public Flash_Access15 SPI_Flash();23 ~SPI_Flash() override;
18 …ss interface. Used to access the memory. A classes WL_Flash, Partition, SPI_Flash are implements t…19 - SPI_Flash - class implements the Flash_Access interface to provide access to the flash memory.