Home
last modified time | relevance | path

Searched refs:SPI_Flash (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/wear_levelling/
DSPI_Flash.cpp20 SPI_Flash::SPI_Flash() in SPI_Flash() function in SPI_Flash
24 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()
DCMakeLists.txt2 "SPI_Flash.cpp"
/hal_espressif-2.7.6/components/wear_levelling/private_include/
DSPI_Flash.h11 class SPI_Flash : public Flash_Access
15 SPI_Flash();
23 ~SPI_Flash() override;
/hal_espressif-2.7.6/components/wear_levelling/doc/
Dwl_sw_structure.rst18 …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.