ESP-IDF
spi_flash_chip_t::read_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_chip_t::read_id
spi_flash_chip_t::read_id field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:178
esp_err_t
(
*
read_id
)
(
esp_flash_t
*
chip
,
uint32_t
*
out_chip_id
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
(
*
read_id
)
(
esp_flash_t
*
chip
,
uint32_t
*
out_chip_id
)
;
spi_flash_chip_driver.h:178
if
(
installed
&&
chip
->
chip_drv
->
read_id
)
{
esp_flash_api.c:414
read_id_core()
read_id_func
=
(
void
*
)
chip
->
chip_drv
->
read_id
;
esp_flash_api.c:415
read_id_core()
const
spi_flash_chip_t
esp_flash_chip_mxic_opi
=
{
spi_flash_chip_mxic_opi.c:389
esp_flash_chip_mxic_opi
spi_flash_chip_mxic_opi_read_id()
.
read_id
=
spi_flash_chip_mxic_opi_read_id
,
spi_flash_chip_mxic_opi.c:420
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_chip_t::read_id
is read by 1 function:
All items filtered out
spi_flash_chip_t::read_id
read_id_core()
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
spi_flash_chip_t::read_id
implements 1 functions:
spi_flash_chip_mxic_opi_read_id()
All items filtered out
spi_flash_chip_t::read_id
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out