ASSERT_IF_DPORT_REG macro
![]()
#define ASSERT_IF_DPORT_REG(_r, OP)![]()
ASSERT_IF_DPORT_REG((_r), REG_WRITE); \![]()
ASSERT_IF_DPORT_REG((_r), REG_READ); \![]()
ASSERT_IF_DPORT_REG((_r), REG_GET_BIT); \![]()
ASSERT_IF_DPORT_REG((_r), REG_SET_BIT); \![]()
ASSERT_IF_DPORT_REG((_r), REG_CLR_BIT); \![]()
ASSERT_IF_DPORT_REG((_r), REG_GET_FIELD); \![]()
ASSERT_IF_DPORT_REG((_r), REG_SET_FIELD); \![]()
ASSERT_IF_DPORT_REG((addr), READ_PERI_REG); \![]()
ASSERT_IF_DPORT_REG((addr), WRITE_PERI_REG); \![]()
ASSERT_IF_DPORT_REG((reg), CLEAR_PERI_REG_MASK); \![]()
ASSERT_IF_DPORT_REG((reg), SET_PERI_REG_MASK); \![]()
ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_MASK); \![]()
ASSERT_IF_DPORT_REG((reg), SET_PERI_REG_BITS); \![]()
ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS2); \