ESP-IDF
VERIFY_CHIP_OP
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
VERIFY_CHIP_OP
VERIFY_CHIP_OP macro
Syntax
Show:
Summary
Declaration
from
esp_flash_api.c:65
#define
VERIFY_CHIP_OP
(
op
)
do
{
\
if
(
err
!=
ESP_OK
)
return
err
;
\
if
(
chip
->
chip_drv
->
op
==
NULL
)
{
\
return
ESP_ERR_FLASH_UNSUPPORTED_CHIP
;
\
}
\
}
while
(
0
)
Arguments
Argument
op
Examples
References
from
examples
Code
Location
#define
VERIFY_CHIP_OP
(
op
)
do
{
\
esp_flash_api.c:65
VERIFY_CHIP_OP
(
detect_size
)
;
esp_flash_api.c:534
VERIFY_CHIP_OP
(
erase_sector
)
;
esp_flash_api.c:594
VERIFY_CHIP_OP
(
erase_block
)
;
esp_flash_api.c:595
VERIFY_CHIP_OP
(
get_chip_write_protect
)
;
esp_flash_api.c:727
VERIFY_CHIP_OP
(
set_chip_write_protect
)
;
esp_flash_api.c:745
VERIFY_CHIP_OP
(
get_protected_regions
)
;
esp_flash_api.c:764
VERIFY_CHIP_OP
(
get_protected_regions
)
;
esp_flash_api.c:794
VERIFY_CHIP_OP
(
set_protected_regions
)
;
esp_flash_api.c:823
VERIFY_CHIP_OP
(
read
)
;
esp_flash_api.c:853
VERIFY_CHIP_OP
(
write
)
;
esp_flash_api.c:1012
VERIFY_CHIP_OP
(
get_io_mode
)
;
esp_flash_api.c:1168
VERIFY_CHIP_OP
(
set_io_mode
)
;
esp_flash_api.c:1186
VERIFY_CHIP_OP
(
write
)
;
esp_flash_api.c:1225
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