Searched refs:ASSERT_IF_DPORT_REG (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 125 #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 132 …ASSERT_IF_DPORT_REG((_r), REG_WRITE); … 138 …ASSERT_IF_DPORT_REG((_r), REG_READ); … 144 …ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); … 150 …ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); … 156 …ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); … 162 …ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); … 168 …ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); … 174 …ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); … [all …]
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 96 #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 103 …ASSERT_IF_DPORT_REG((_r), REG_WRITE); … 109 …ASSERT_IF_DPORT_REG((_r), REG_READ); … 115 …ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); … 121 …ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); … 127 …ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); … 133 …ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); … 139 …ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); … 145 …ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); … [all …]
|