Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/
Dulp.c49 #define ULP_BINARY_MAGIC_ESP32 (0x00706c75) macro
114 if (header.magic != ULP_BINARY_MAGIC_ESP32) { in ulp_load_binary()