STM32F10x Standard Peripherals Library
3.5.0
|
This file provides all the DBGMCU firmware functions. More...
#include "stm32f10x_dbgmcu.h"
Go to the source code of this file.
Defines | |
#define | IDCODE_DEVID_MASK ((uint32_t)0x00000FFF) |
Functions | |
uint32_t | DBGMCU_GetREVID (void) |
Returns the device revision identifier. | |
uint32_t | DBGMCU_GetDEVID (void) |
Returns the device identifier. | |
void | DBGMCU_Config (uint32_t DBGMCU_Periph, FunctionalState NewState) |
Configures the specified peripheral and low power mode behavior when the MCU under Debug mode. |
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.