Home
last modified time | relevance | path

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

/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 … macro
36 #define ASSERT_IF_DPORT_REG(_r, OP) macro
41ASSERT_IF_DPORT_REG((_r), REG_WRITE); …
47ASSERT_IF_DPORT_REG((_r), REG_READ); …
53ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); …
59ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); …
65ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); …
71ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); …
77ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); …
83ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); …
[all …]