Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h31 #define IS_DPORT_REG(_r) (((_r) >= DR_REG_DPORT_BASE) && (_r) <= DR_REG_DPORT_END) macro
34 #define ASSERT_IF_DPORT_REG(_r, OP) TRY_STATIC_ASSERT(!IS_DPORT_REG(_r), (Cannot use OP for DPORT …