ESP-IDF
spi_flash_host_driver_s::poll_cmd_done
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_host_driver_s::poll_cmd_done
spi_flash_host_driver_s::poll_cmd_done field
Internal use, poll the HW until the last operation is done.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:225
void
(
*
poll_cmd_done
)
(
spi_flash_host_inst_t
*
host
)
;
Examples
References
from
examples
Code
Location
Referrer
void
(
*
poll_cmd_done
)
(
spi_flash_host_inst_t
*
host
)
;
spi_flash_types.h:225
DRAM_ATTR
static
const
spi_flash_host_driver_t
esp_flash_default_host
=
ESP_FLASH_DEFAULT_HOST_DRIVER
(
)
;
memspi_host_driver.c:20
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_common.inc:197
spi_flash_hal_common_command()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_common.inc:213
spi_flash_hal_read()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_iram.c:36
spi_flash_hal_erase_chip()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_iram.c:53
spi_flash_hal_erase_sector()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_iram.c:69
spi_flash_hal_erase_block()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_iram.c:80
spi_flash_hal_program_page()
host
->
driver
->
poll_cmd_done
(
host
)
;
spi_flash_hal_iram.c:87
spi_flash_hal_set_write_protect()
Call Tree
from
examples
spi_flash_host_driver_s::poll_cmd_done
is called by 7 functions:
spi_flash_hal_erase_chip()
spi_flash_hal_erase_sector()
spi_flash_hal_erase_block()
spi_flash_hal_program_page()
spi_flash_hal_set_write_protect()
spi_flash_hal_common_command()
spi_flash_hal_read()
All items filtered out
spi_flash_host_driver_s::poll_cmd_done
All items filtered out
Data Use
from
examples
All items filtered out
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