ESP-IDF
+
0
/35 examples
SourceVu will show references to
ESP_IDF_VERSION_VAL
from the following samples and libraries:
iperf sample
blink sample
ot_br sample
ot_cli sample
ot_trel sample
esp_local_ctrl sample
static_ip sample
littlefs sample
perf_benchmark sample
esp_zigbee_gateway sample
aligenie_demo sample
provisioner sample
wifi_coexist sample
i2c_oled sample
spi_lcd_touch sample
restful_server sample
ssl_ds sample
pre_encrypted_ota sample
NimBLE_Connection sample
NimBLE_GATT_Server sample
NimBLE_Security sample
df_client sample
df_server sample
fast_prov_client sample
fast_prov_server sample
onoff_client sample
rpr_client sample
rpr_server sample
unprov_dev sample
sensor_client sample
vendor_client sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
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
ESP_IDF_VERSION_VAL
ESP_IDF_VERSION_VAL macro
Macro to convert IDF version number into an integer To be used in comparisons, such as ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 0, 0)
Syntax
Show:
Summary
Declaration
from
esp_idf_version.h:25
#define
ESP_IDF_VERSION_VAL
(
major
,
minor
,
patch
)
(
(
major
<
<
16
)
|
(
minor
<
<
8
)
|
(
patch
)
)
Arguments
Argument
major
minor
patch
Examples
ESP_IDF_VERSION_VAL
is referenced by 35 libraries and example projects:
References
from
examples
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