Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_common/include/
Desp_assert.h28 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … macro
34 #define TRY_STATIC_ASSERT(CONDITION, MSG) do { … macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h125 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT …
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h96 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT …