ESP-IDF
+
0
/1 examples
SourceVu will show references to
spi_flash_chip_t::read_reg
from the following samples and libraries:
custom_flash_driver sample
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_reg
spi_flash_chip_t::read_reg field
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_driver.h:183
esp_err_t
(
*
read_reg
)
(
esp_flash_t
*
chip
,
spi_flash_register_t
reg_id
,
uint32_t
*
out_reg
)
;
Examples
spi_flash_chip_t::read_reg
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Scope
Referrer
esp_err_t
(
*
read_reg
)
(
esp_flash_t
*
chip
,
spi_flash_register_t
reg_id
,
uint32_t
*
out_reg
)
;
spi_flash_chip_driver.h:183
const
spi_flash_chip_t
esp_flash_chip_boya
=
{
spi_flash_chip_boya.c:51
esp_flash_chip_boya
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_boya.c:81
const
spi_flash_chip_t
esp_flash_chip_gd
=
{
spi_flash_chip_gd.c:144
esp_flash_chip_gd
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_gd.c:174
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
status
)
;
spi_flash_chip_generic.c:331
spi_flash_chip_generic_get_write_protect()
esp_err_t
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
read
)
;
spi_flash_chip_generic.c:392
spi_flash_chip_generic_wait_idle()
const
spi_flash_chip_t
esp_flash_chip_generic
=
{
spi_flash_chip_generic.c:649
esp_flash_chip_generic
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_generic.c:682
const
spi_flash_chip_t
esp_flash_chip_issi
=
{
spi_flash_chip_issi.c:75
esp_flash_chip_issi
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_issi.c:105
const
spi_flash_chip_t
esp_flash_chip_mxic
=
{
spi_flash_chip_mxic.c:71
esp_flash_chip_mxic
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_mxic_read_reg
,
spi_flash_chip_mxic.c:101
err
=
chip
->
chip_drv
->
read_reg
(
chip
,
SPI_FLASH_REG_STATUS
,
&
status
)
;
spi_flash_chip_mxic_opi.c:159
spi_flash_chip_mxic_opi_get_write_protect()
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_reg()
.
read_reg
=
spi_flash_chip_mxic_opi_read_reg
,
spi_flash_chip_mxic_opi.c:421
const
spi_flash_chip_t
esp_flash_chip_th
=
{
spi_flash_chip_th.c:42
esp_flash_chip_th
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_th.c:72
const
spi_flash_chip_t
esp_flash_chip_winbond
=
{
spi_flash_chip_winbond.c:156
esp_flash_chip_winbond
spi_flash_chip_generic_read_reg()
.
read_reg
=
spi_flash_chip_generic_read_reg
,
spi_flash_chip_winbond.c:186
Call Tree
from
0/1
examples
spi_flash_chip_t::read_reg
is called by 3 functions:
spi_flash_chip_generic_get_write_protect()
spi_flash_chip_generic_wait_idle()
spi_flash_chip_mxic_opi_get_write_protect()
All items filtered out
spi_flash_chip_t::read_reg
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
spi_flash_chip_t::read_reg
implements 2 functionss:
spi_flash_chip_generic_read_reg()
spi_flash_chip_mxic_opi_read_reg()
All items filtered out
spi_flash_chip_t::read_reg
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out