Searched defs:IS_DBGMCU_PERIPH (Results 1 – 3 of 3) sorted by relevance
80 #define IS_DBGMCU_PERIPH(PERIPH) ((((PERIPH) & 0x800000F8) == 0x00) && ((PERIPH) != 0x00)) macro
56 #define IS_DBGMCU_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFF8) == 0x00) && ((PERIPH) != 0x00)) macro
Completed in 8 milliseconds