46 #define IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) 86 return(
DBGMCU->IDCODE >> 16);
142 DBGMCU->CR |= DBGMCU_Periph;
146 DBGMCU->CR &= ~DBGMCU_Periph;
uint32_t DBGMCU_GetDEVID(void)
Returns the device identifier.
#define IDCODE_DEVID_MASK
void assert_param(int val)
#define IS_DBGMCU_PERIPH(PERIPH)
#define IS_FUNCTIONAL_STATE(STATE)
void DBGMCU_Config(uint32_t DBGMCU_Periph, FunctionalState NewState)
Configures the specified peripheral and low power mode behavior when the MCU under Debug mode...
uint32_t DBGMCU_GetREVID(void)
Returns the device revision identifier.
This file contains all the functions prototypes for the DBGMCU firmware library.