Home
last modified time | relevance | path

Searched refs:spi_flash_trans_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c31 extern esp_err_t spi_flash_hal_gpspi_common_command(spi_flash_host_inst_t *host, spi_flash_trans_t
90 spi_flash_trans_t t = { in memspi_host_read_id_hs()
115 spi_flash_trans_t t = { in memspi_host_read_status_hs()
138 spi_flash_trans_t t = { 0 }; in memspi_host_erase_chip()
147 spi_flash_trans_t t = { in memspi_host_erase_sector()
159 spi_flash_trans_t t = { in memspi_host_erase_block()
171 spi_flash_trans_t t = { in memspi_host_program_page()
183 spi_flash_trans_t t = { in memspi_host_read()
196 spi_flash_trans_t t = { in memspi_host_set_write_protect()
Dspi_flash_chip_mxic_opi.c70 spi_flash_trans_t t = {}; in spi_flash_chip_mxic_opi_set_write_protect()
102 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_read_id()
137 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_read_reg()
179 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_chip()
207 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_sector()
236 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_erase_block()
265 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_page_program()
318 spi_flash_trans_t t = { in spi_flash_chip_mxic_opi_get_io_mode()
Dspi_flash_chip_winbond.c206 spi_flash_trans_t t = { in spi_flash_command_winbond_program_4B()
219 spi_flash_trans_t t = { in spi_flash_command_winbond_erase_sector_4B()
230 spi_flash_trans_t t = { in spi_flash_command_erase_block_4B()
Dspi_flash_chip_generic.c125 spi_flash_trans_t t; in spi_flash_chip_generic_reset()
126 t = (spi_flash_trans_t) { in spi_flash_chip_generic_reset()
134 t = (spi_flash_trans_t) { in spi_flash_chip_generic_reset()
571 spi_flash_trans_t transfer = { in spi_flash_chip_generic_read_unique_id()
610 spi_flash_trans_t t = { in spi_flash_chip_generic_get_caps()
693 spi_flash_trans_t t = { in spi_flash_common_read_qe_sr()
705 spi_flash_trans_t t = { in spi_flash_common_write_qe_sr()
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h24 } spi_flash_trans_t; typedef
62 esp_err_t (*common_command)(spi_flash_host_inst_t *host, spi_flash_trans_t *t);
/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_types.h33 } spi_flash_trans_t; typedef
143 esp_err_t (*common_command)(spi_flash_host_inst_t *host, spi_flash_trans_t *t);
Dspi_flash_hal.h118 esp_err_t spi_flash_hal_common_command(spi_flash_host_inst_t *host, spi_flash_trans_t *trans);
/hal_espressif-latest/components/hal/
Dspi_flash_hal_common.inc148 esp_err_t spi_flash_hal_common_command(spi_flash_host_inst_t *host, spi_flash_trans_t *trans)