ESP-IDF
spi_dev_s::ext2
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_dev_s::ext2
spi_dev_s::ext2 field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:352
union
{
struct
{
uint32_t
st
:
3
;
uint32_t
reserved3
:
29
;
}
;
uint32_t
val
;
}
ext2
;
Examples
References
from
examples
Code
Location
Referrer
}
ext2
;
spi_struct.h:358
if
(
SPI1
.
ext2
.
st
!=
0
)
bootloader_flash.c:775
bootloader_flash_reset_chip()
return
dev
->
ext2
.
st
==
0
;
spi_flash_ll.h:223
spi_flash_ll_host_idle()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::ext2
is read by 2 functions:
All items filtered out
spi_dev_s::ext2
spi_flash_ll_host_idle()
bootloader_flash_reset_chip()
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