Home
last modified time | relevance | path

Searched refs:IDCODE_DEVID_MASK (Results 1 – 5 of 5) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_dbgmcu.c45 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro
95 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_dbgmcu.c42 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro
70 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dbgmcu.c35 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro
63 return(DBGMCU->IDCODE & IDCODE_DEVID_MASK); in DBGMCU_GetDEVID()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal.c82 #define IDCODE_DEVID_MASK (0x00000FFFU) macro
384 return((DBGMCU->IDCODE) & IDCODE_DEVID_MASK); in HAL_GetDEVID()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal.c82 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) macro
385 return ((DBGMCU->IDCODE) & IDCODE_DEVID_MASK); in HAL_GetDEVID()

Completed in 11 milliseconds