ESP-IDF
CMD_OPI_FLASH_MXIC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
CMD_OPI_FLASH_MXIC
CMD_OPI_FLASH_MXIC macro
Syntax
Show:
Summary
Declaration
from
spi_flash_chip_mxic_opi.c:15
#define
CMD_OPI_FLASH_MXIC
(
cmd
)
(
(
(
(
~
(
cmd
)
&
0xff
)
<
<
8
)
)
|
(
(
cmd
)
&
0xff
)
)
Arguments
Argument
cmd
Examples
References
from
examples
Code
Location
#define
CMD_OPI_FLASH_MXIC
(
cmd
)
(
(
(
(
~
(
cmd
)
&
0xff
)
<
<
8
)
)
|
(
(
cmd
)
&
0xff
)
)
spi_flash_chip_mxic_opi.c:15
t
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_WRDI
)
;
spi_flash_chip_mxic_opi.c:73
t
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_WREN
)
;
spi_flash_chip_mxic_opi.c:75
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_RDID
)
,
spi_flash_chip_mxic_opi.c:103
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_RDSR
)
,
spi_flash_chip_mxic_opi.c:138
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_SECTOR_ERASE_4B
)
,
spi_flash_chip_mxic_opi.c:208
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_LARGE_BLOCK_ERASE_4B
)
,
spi_flash_chip_mxic_opi.c:237
.
command
=
CMD_OPI_FLASH_MXIC
(
CMD_PROGRAM_PAGE_4B
)
,
spi_flash_chip_mxic_opi.c:266
Call Tree
from
examples
All items filtered out
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