ESP-IDF
spi_flash_hpm_info_t
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_flash_hpm_info_t
spi_flash_hpm_info_t struct
Syntax
Show:
Summary
Declaration
from
spi_flash_override.h:43
typedef
struct
__attribute__
(
(
packed
)
)
{
const
char
*
method
;
spi_flash_hpm_probe_fn_t
probe
;
spi_flash_hpm_chip_requirement_check_t
chip_hpm_requirement_check
;
spi_flash_hpm_enable_fn_t
flash_hpm_enable
;
spi_flash_hpf_check_fn_t
flash_hpf_check
;
spi_flash_get_chip_dummy_fn_t
flash_get_dummy
;
}
spi_flash_hpm_info_t
;
Fields
Field
Declared as
spi_flash_hpm_info_t::method
const
char
*
spi_flash_hpm_info_t::probe
spi_flash_hpm_probe_fn_t
spi_flash_hpm_info_t::chip_hpm_requirement_check
spi_flash_hpm_chip_requirement_check_t
spi_flash_hpm_info_t::flash_hpm_enable
spi_flash_hpm_enable_fn_t
spi_flash_hpm_info_t::flash_hpf_check
spi_flash_hpf_check_fn_t
spi_flash_hpm_info_t::flash_get_dummy
spi_flash_get_chip_dummy_fn_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
__attribute__
(
(
packed
)
)
spi_flash_override.h:43
}
spi_flash_hpm_info_t
;
spi_flash_override.h:51
spi_flash_hpm_info_t
extern
const
spi_flash_hpm_info_t
__attribute__
(
(
weak
)
)
spi_flash_hpm_enable_list
[
]
;
spi_flash_override.h:101
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