STM32F0xx Standard Peripherals Firmware Library
|
This file provides all STM32F0xx peripherals pointers initialization. More...
#include "stm32f0xx_ip_dbg.h"
Go to the source code of this file.
Functions | |
void | IP_Debug (void) |
This function initialize peripherals pointers. | |
Variables | |
ADC_TypeDef * | ADC1_DBG |
ADC_Common_TypeDef * | ADC_DBG |
CEC_TypeDef * | CEC_DBG |
COMP_TypeDef * | COMP_DBG |
CRC_TypeDef * | CRC_DBG |
DAC_TypeDef * | DAC_DBG |
DBGMCU_TypeDef * | DBGMCU_DBG |
DMA_Channel_TypeDef * | DMA1_Channel1_DBG |
DMA_Channel_TypeDef * | DMA1_Channel2_DBG |
DMA_Channel_TypeDef * | DMA1_Channel3_DBG |
DMA_Channel_TypeDef * | DMA1_Channel4_DBG |
DMA_Channel_TypeDef * | DMA1_Channel5_DBG |
DMA_TypeDef * | DMA1_DBG |
EXTI_TypeDef * | EXTI_DBG |
FLASH_TypeDef * | FLASH_DBG |
GPIO_TypeDef * | GPIOA_DBG |
GPIO_TypeDef * | GPIOB_DBG |
GPIO_TypeDef * | GPIOC_DBG |
GPIO_TypeDef * | GPIOD_DBG |
GPIO_TypeDef * | GPIOF_DBG |
I2C_TypeDef * | I2C1_DBG |
I2C_TypeDef * | I2C2_DBG |
IWDG_TypeDef * | IWDG_DBG |
NVIC_Type * | NVIC_DBG |
OB_TypeDef * | OB_DBG |
PWR_TypeDef * | PWR_DBG |
RCC_TypeDef * | RCC_DBG |
RTC_TypeDef * | RTC_DBG |
SCB_Type * | SCB_DBG |
SPI_TypeDef * | SPI1_DBG |
SPI_TypeDef * | SPI2_DBG |
SYSCFG_TypeDef * | SYSCFG_DBG |
SysTick_Type * | SysTick_DBG |
TIM_TypeDef * | TIM14_DBG |
TIM_TypeDef * | TIM15_DBG |
TIM_TypeDef * | TIM16_DBG |
TIM_TypeDef * | TIM17_DBG |
TIM_TypeDef * | TIM1_DBG |
TIM_TypeDef * | TIM2_DBG |
TIM_TypeDef * | TIM3_DBG |
TIM_TypeDef * | TIM6_DBG |
USART_TypeDef * | USART1_DBG |
USART_TypeDef * | USART2_DBG |
WWDG_TypeDef * | WWDG_DBG |
Detailed Description
This file provides all STM32F0xx peripherals pointers initialization.
- Author:
- MCD Application Team
- Version:
- V1.4.0
- Date:
- 24-July-2014
- Attention:
© COPYRIGHT 2014 STMicroelectronics
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file stm32f0xx_ip_dbg.c.