STM32F10x Standard Peripherals Library  3.5.0
/opt/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_dbgmcu.c File Reference

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.

Detailed Description

This file provides all the DBGMCU firmware functions.

Author:
MCD Application Team
Version:
V3.5.0
Date:
11-March-2011
Attention:

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.

© COPYRIGHT 2011 STMicroelectronics

Definition in file stm32f10x_dbgmcu.c.