Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/include/
Desp_assert.h20 #define ESP_STATIC_ASSERT _Static_assert macro
22 #define ESP_STATIC_ASSERT static_assert macro
29ESP_STATIC_ASSERT(__builtin_choose_expr(__builtin_constant_p(CONDITION), (CONDITION), 1), #MSG); …
/hal_espressif-3.6.0/components/bootloader_support/include/
Desp_app_format.h25 ESP_STATIC_ASSERT(sizeof(esp_chip_id_t) == 2, "esp_chip_id_t should be 16 bit");
99 ESP_STATIC_ASSERT(sizeof(esp_image_header_t) == 24, "binary image header should be 24 bytes");