Lines Matching refs:t
90 spi_flash_trans_t t = { in memspi_host_read_id_hs() local
95 host->driver->common_command(host, &t); in memspi_host_read_id_hs()
115 spi_flash_trans_t t = { in memspi_host_read_status_hs() local
120 esp_err_t err = host->driver->common_command(host, &t); in memspi_host_read_status_hs()
138 spi_flash_trans_t t = { 0 }; in memspi_host_erase_chip() local
139 t.command = CMD_CHIP_ERASE; in memspi_host_erase_chip()
140 host->driver->common_command(host, &t); in memspi_host_erase_chip()
147 spi_flash_trans_t t = { in memspi_host_erase_sector() local
152 host->driver->common_command(host, &t); in memspi_host_erase_sector()
159 spi_flash_trans_t t = { in memspi_host_erase_block() local
164 host->driver->common_command(host, &t); in memspi_host_erase_block()
171 spi_flash_trans_t t = { in memspi_host_program_page() local
178 host->driver->common_command(host, &t); in memspi_host_program_page()
183 spi_flash_trans_t t = { in memspi_host_read() local
190 host->driver->common_command(host, &t); in memspi_host_read()
196 spi_flash_trans_t t = { in memspi_host_set_write_protect() local
199 host->driver->common_command(host, &t); in memspi_host_set_write_protect()