ESP-IDF
flash_chip_op_timeout_t::idle_timeout
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
flash_chip_op_timeout_t::idle_timeout
flash_chip_op_timeout_t::idle_timeout field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:18
uint32_t
idle_timeout
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
idle_timeout
;
///< Default timeout for other commands to be sent by host and get done by flash
spi_flash_chip_driver.h:18
.
idle_timeout
=
SPI_FLASH_DEFAULT_IDLE_TIMEOUT_MS
*
1000
,
spi_flash_chip_generic.c:74
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:142
spi_flash_chip_generic_reset()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:152
spi_flash_chip_generic_erase_chip()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:178
spi_flash_chip_generic_erase_sector()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:204
spi_flash_chip_generic_erase_block()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:263
spi_flash_chip_generic_page_program()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:311
spi_flash_chip_generic_set_write_protect()
ret
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_generic.c:802
spi_flash_common_set_io_mode()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_mxic_opi.c:69
spi_flash_chip_mxic_opi_set_write_protect()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_mxic_opi.c:174
spi_flash_chip_mxic_opi_erase_chip()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_mxic_opi.c:203
spi_flash_chip_mxic_opi_erase_sector()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_mxic_opi.c:232
spi_flash_chip_mxic_opi_erase_block()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_mxic_opi.c:261
spi_flash_chip_mxic_opi_page_program()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_winbond.c:77
spi_flash_chip_winbond_page_program()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_winbond.c:95
spi_flash_chip_winbond_erase_sector()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
idle_timeout
)
;
spi_flash_chip_winbond.c:119
spi_flash_chip_winbond_erase_block()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
flash_chip_op_timeout_t::idle_timeout
is read by 15 functions:
All items filtered out
flash_chip_op_timeout_t::idle_timeout
spi_flash_chip_generic_reset()
spi_flash_chip_generic_erase_chip()
spi_flash_chip_generic_erase_sector()
spi_flash_chip_generic_erase_block()
spi_flash_chip_generic_page_program()
spi_flash_chip_generic_set_write_protect()
spi_flash_common_set_io_mode()
spi_flash_chip_winbond_page_program()
spi_flash_chip_winbond_erase_sector()
spi_flash_chip_winbond_erase_block()
spi_flash_chip_mxic_opi_set_write_protect()
spi_flash_chip_mxic_opi_erase_chip()
spi_flash_chip_mxic_opi_erase_sector()
spi_flash_chip_mxic_opi_erase_block()
spi_flash_chip_mxic_opi_page_program()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out