ESP-IDF
spi_dev_s::cmd
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::cmd
spi_dev_s::cmd field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:16
union
{
struct
{
uint32_t
reserved0
:
16
;
uint32_t
flash_per
:
1
;
uint32_t
flash_pes
:
1
;
uint32_t
usr
:
1
;
uint32_t
flash_hpm
:
1
;
uint32_t
flash_res
:
1
;
uint32_t
flash_dp
:
1
;
uint32_t
flash_ce
:
1
;
uint32_t
flash_be
:
1
;
uint32_t
flash_se
:
1
;
uint32_t
flash_pp
:
1
;
uint32_t
flash_wrsr
:
1
;
uint32_t
flash_rdsr
:
1
;
uint32_t
flash_rdid
:
1
;
uint32_t
flash_wrdi
:
1
;
uint32_t
flash_wren
:
1
;
uint32_t
flash_read
:
1
;
}
;
uint32_t
val
;
}
cmd
;
Examples
References
from
examples
Code
Location
Referrer
}
cmd
;
spi_struct.h:37
return
(
dev
->
cmd
.
val
==
0
)
;
spi_flash_ll.h:80
spi_flash_ll_cmd_is_done()
dev
->
cmd
.
flash_ce
=
1
;
spi_flash_ll.h:90
spi_flash_ll_erase_chip()
dev
->
cmd
.
flash_se
=
1
;
spi_flash_ll.h:101
spi_flash_ll_erase_sector()
dev
->
cmd
.
flash_be
=
1
;
spi_flash_ll.h:111
spi_flash_ll_erase_block()
dev
->
cmd
.
flash_wrdi
=
1
;
spi_flash_ll.h:123
spi_flash_ll_set_write_protect()
dev
->
cmd
.
flash_wren
=
1
;
spi_flash_ll.h:125
spi_flash_ll_set_write_protect()
dev
->
cmd
.
flash_pp
=
1
;
spi_flash_ll.h:200
spi_flash_ll_program_page()
dev
->
cmd
.
usr
=
1
;
spi_flash_ll.h:211
spi_flash_ll_user_start()
hw
->
cmd
.
usr
=
1
;
spi_ll.h:225
spi_ll_user_start()
return
hw
->
cmd
.
val
;
spi_ll.h:237
spi_ll_get_running_cmd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::cmd
is read by 9 functions:
All items filtered out
spi_dev_s::cmd
spi_flash_ll_cmd_is_done()
spi_flash_ll_erase_chip()
spi_flash_ll_erase_sector()
spi_flash_ll_erase_block()
spi_flash_ll_set_write_protect()
spi_flash_ll_program_page()
spi_flash_ll_user_start()
spi_ll_user_start()
spi_ll_get_running_cmd()
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