Home
last modified time | relevance | path

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

/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 … macro
127 #define ASSERT_IF_DPORT_REG(_r, OP) macro
132ASSERT_IF_DPORT_REG((_r), REG_WRITE); …
138ASSERT_IF_DPORT_REG((_r), REG_READ); …
144ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); …
150ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); …
156ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); …
162ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); …
168ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); …
174ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); …
[all …]
/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 … macro
98 #define ASSERT_IF_DPORT_REG(_r, OP) macro
103ASSERT_IF_DPORT_REG((_r), REG_WRITE); …
109ASSERT_IF_DPORT_REG((_r), REG_READ); …
115ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); …
121ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); …
127ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); …
133ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); …
139ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); …
145ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); …
[all …]