大家好,有个问题想请教下:
/// Macro used to set a SW diag to specific value
#define DBG_SWDIAG(bank , field , value)
上面定义的宏什么意思,不是很明白。
DBG_SWDIAG(SLEEP, ALGO, 0);
DBG_SWDIAG(SLEEP, ALGO, 1);
DBG_SWDIAG(SLEEP, ALGO, 2);
DBG_SWDIAG(SLEEP, ALGO, 3);
DBG_SWDIAG(SLEEP, ALGO, 4);
DBG_SWDIAG(SLEEP, ALGO, 5);
DBG_SWDIAG(SLEEP, ALGO, 6);