ESP-IDF
flash_chip_op_timeout_t::page_program_timeout
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::page_program_timeout
flash_chip_op_timeout_t::page_program_timeout field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:22
uint32_t
page_program_timeout
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
page_program_timeout
;
///< Timeout for page program operation
spi_flash_chip_driver.h:22
.
page_program_timeout
=
SPI_FLASH_GENERIC_PAGE_PROGRAM_TIMEOUT_MS
*
1000
,
spi_flash_chip_generic.c:78
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
page_program_timeout
)
;
spi_flash_chip_generic.c:270
spi_flash_chip_generic_page_program()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
page_program_timeout
)
;
spi_flash_chip_generic.c:552
spi_flash_chip_generic_write_encrypted()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
page_program_timeout
)
;
spi_flash_chip_mxic_opi.c:275
spi_flash_chip_mxic_opi_page_program()
err
=
chip
->
chip_drv
->
wait_idle
(
chip
,
chip
->
chip_drv
->
timeout
->
page_program_timeout
)
;
spi_flash_chip_winbond.c:86
spi_flash_chip_winbond_page_program()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
flash_chip_op_timeout_t::page_program_timeout
is read by 4 functions:
All items filtered out
flash_chip_op_timeout_t::page_program_timeout
spi_flash_chip_generic_page_program()
spi_flash_chip_generic_write_encrypted()
spi_flash_chip_winbond_page_program()
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