Searched refs:IDCODE_DEVID_MASK (Results 1 – 5 of 5) sorted by relevance
45 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro95 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
42 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro70 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
35 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro63 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
82 #define IDCODE_DEVID_MASK (0x00000FFFU) macro384 return((DBGMCU->IDCODE) & IDCODE_DEVID_MASK); in HAL_GetDEVID()
82 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro385 return ((DBGMCU->IDCODE) & IDCODE_DEVID_MASK); in HAL_GetDEVID()
Completed in 11 milliseconds