Searched refs:patch (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_common/include/ |
D | esp_idf_version.h | 25 #define ESP_IDF_VERSION_VAL(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) argument
|
/hal_espressif-latest/components/esp_coex/include/private/ |
D | esp_coexist_adapter.h | 59 uint8_t patch; member
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 156 int (* _coex_version_get)(unsigned int *major, unsigned int *minor, unsigned int *patch); 266 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch); 953 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper() argument 960 *patch = (unsigned int)version.patch; in coex_version_get_wrapper()
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | bt.c | 179 int (* _coex_version_get)(unsigned int *major, unsigned int *minor, unsigned int *patch); 314 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch); 1216 static int coex_version_get_wrapper(unsigned int *major, unsigned int *minor, unsigned int *patch) in coex_version_get_wrapper() argument 1223 *patch = (unsigned int)version.patch; in coex_version_get_wrapper()
|
/hal_espressif-latest/components/hal/ |
D | CMakeLists.txt | 24 # ESP32 cache structure / ROM APIs are different and we have a patch `cache_hal_esp32.c` for it.
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 11 When this option is selected, the patch will be enabled for XMC.
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 1145 ROM (ECO1~ECO4) then we shall patch the relevant symbols. This would increase
|