This file provides all the DBGMCU firmware functions. More...
#include "stm32f10x_dbgmcu.h"
Go to the source code of this file.
Macros | |
#define | IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) |
Functions | |
void | DBGMCU_Config (uint32_t DBGMCU_Periph, FunctionalState NewState) |
Configures low power mode behavior when the MCU is in Debug mode. More... | |
uint32_t | DBGMCU_GetDEVID (void) |
Returns the device identifier. More... | |
uint32_t | DBGMCU_GetREVID (void) |
Returns the device revision identifier. More... | |
This file provides all the DBGMCU firmware functions.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
Definition in file stm32f10x_dbgmcu.c.