Home
last modified time | relevance | path

Searched refs:ESP_IDF_VERSION_VAL (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_common/include/
Desp_idf_version.h25 #define ESP_IDF_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) macro
32 #define ESP_IDF_VERSION ESP_IDF_VERSION_VAL(ESP_IDF_VERSION_MAJOR, \
/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c846 #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0) in npl_freertos_callout_get_ticks()
888 #if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0) in npl_freertos_callout_remaining_ticks()