Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/include/
Desp_assert.h28 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
29 …SP_STATIC_ASSERT(__builtin_choose_expr(__builtin_constant_p(CONDITION), (CONDITION), 1), #MSG); \
30 … assert(#MSG && (CONDITION)); \
34 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … argument
36 extern __attribute__((error(#MSG))) void failed_compile_time_assert(void); \
39 … assert(#MSG && (CONDITION)); \
/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h48 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) esp_rom_printf(MSG, __VA_ARGS__) argument
88 #define MULTI_HEAP_STDERR_PRINTF(MSG, ...) fprintf(stderr, MSG, __VA_ARGS__) argument
/hal_espressif-3.6.0/examples/protocols/http_server/simple/
DREADME.md36 * run the test script : "python scripts/client.py \<IP\> \<port\> \<MSG\>"
38 * the script does a POST to \echo with the user input \<MSG\> and displays the response
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dspi_flash_concurrency.rst60 const static char *MSG = DRAM_STR("I am a string stored in RAM");
/hal_espressif-3.6.0/examples/protocols/pppos_client/
DREADME.md42 - Select `Send MSG before power off` if you want to send a short message in the end of this example…
/hal_espressif-3.6.0/docs/en/api-guides/
Dmemory-types.rst99 const static char *MSG = DRAM_STR("I am a string stored in RAM");