Searched refs:MSG (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/esp_common/include/ |
D | esp_assert.h | 28 #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/ |
D | multi_heap_platform.h | 48 #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/ |
D | README.md | 36 * 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/ |
D | spi_flash_concurrency.rst | 60 const static char *MSG = DRAM_STR("I am a string stored in RAM");
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/ |
D | README.md | 42 - 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/ |
D | memory-types.rst | 99 const static char *MSG = DRAM_STR("I am a string stored in RAM");
|