Searched defs:start_address (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/spi_flash/ |
D | spi_flash_chip_winbond.c | 99 esp_err_t spi_flash_chip_winbond_erase_sector(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_winbond_erase_sector() 123 esp_err_t spi_flash_chip_winbond_erase_block(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_winbond_erase_block() 216 esp_err_t spi_flash_command_winbond_erase_sector_4B(esp_flash_t *chip, uint32_t start_address) in spi_flash_command_winbond_erase_sector_4B() 227 esp_err_t spi_flash_command_erase_block_4B(esp_flash_t *chip, uint32_t start_address) in spi_flash_command_erase_block_4B()
|
D | memspi_host_driver.c | 147 void memspi_host_erase_sector(spi_flash_host_inst_t *host, uint32_t start_address) in memspi_host_erase_sector() 159 void memspi_host_erase_block(spi_flash_host_inst_t *host, uint32_t start_address) in memspi_host_erase_block()
|
D | spi_flash_chip_mxic_opi.c | 192 esp_err_t spi_flash_chip_mxic_opi_erase_sector(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_mxic_opi_erase_sector() 221 esp_err_t spi_flash_chip_mxic_opi_erase_block(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_mxic_opi_erase_block()
|
D | spi_flash_chip_generic.c | 149 esp_err_t spi_flash_chip_generic_erase_sector(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_generic_erase_sector() 173 esp_err_t spi_flash_chip_generic_erase_block(esp_flash_t *chip, uint32_t start_address) in spi_flash_chip_generic_erase_block()
|
/hal_espressif-3.6.0/components/hal/ |
D | spi_flash_hal_iram.c | 47 void spi_flash_hal_erase_sector(spi_flash_host_inst_t *host, uint32_t start_address) in spi_flash_hal_erase_sector() 64 void spi_flash_hal_erase_block(spi_flash_host_inst_t *host, uint32_t start_address) in spi_flash_hal_erase_block()
|
/hal_espressif-3.6.0/components/wear_levelling/ |
D | SPI_Flash.cpp | 39 esp_err_t SPI_Flash::erase_range(size_t start_address, size_t size) in erase_range()
|
D | Partition.cpp | 35 esp_err_t Partition::erase_range(size_t start_address, size_t size) in erase_range()
|
D | WL_Ext_Perf.cpp | 103 esp_err_t WL_Ext_Perf::erase_range(size_t start_address, size_t size) in erase_range()
|
D | WL_Flash.cpp | 560 esp_err_t WL_Flash::erase_range(size_t start_address, size_t size) in erase_range()
|
/hal_espressif-3.6.0/tools/unit-test-app/tools/ |
D | CreateSectionTable.py | 12 def __init__(self, name, start_address, data): argument
|