#define DAEPINT_OEPITB BITS(16, 21)
#define BITS(start, end) ((0xFFFFFFFFUL << (start)) & (0xFFFFFFFFUL >> (31U - (uint32_t)(end))))
#define GET_BITS(regval, start, end) (((regval) & BITS((start),(end))) >> (start))
1636

被折叠的 条评论
为什么被折叠?



