Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/include/
Desp_assert.h17 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … macro
23 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h34 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT …