#define QEP_INIT_MACRO(m,v) \ \ (*eQEP[m]).QDECCTL.all = QDECCTL_INIT_STATE; \ ...
67// internal helper macro to top-most init68#define QS_TOP_INIT_(rec_, trg_) \69 QS_CRIT_ENTRY(); \70 QS_BEGIN_PRE((rec_), qsId) \71 QS_TIME_PRE(); \72 QS_OBJ_PRE(me); \73 QS_FUN_PRE(trg_); \74 QS_END_PRE() \...