STM32F0xx Standard Peripherals Firmware Library
|
Functions | |
void | Delay (__IO uint32_t nCount) |
Inserts a delay time. | |
void | HardFault_Handler (void) |
This function handles Hard Fault exception. | |
int | main (void) |
Main program. | |
void | NMI_Handler (void) |
This function handles NMI exception. | |
void | PendSV_Handler (void) |
This function handles PendSVC exception. | |
void | RCC_CRS_IRQHandler (void) |
This function handles PPP interrupt request. | |
void | SVC_Handler (void) |
This function handles SVCall exception. | |
void | SysTick_Handler (void) |
This function handles SysTick Handler. |
Function Documentation
void Delay | ( | __IO uint32_t | nCount | ) |
Inserts a delay time.
- Parameters:
-
nCount,: specifies the delay time length.
- Return values:
-
None
Definition at line 134 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/main.c.
void HardFault_Handler | ( | void | ) |
This function handles Hard Fault exception.
- Parameters:
-
None
- Return values:
-
None
Definition at line 86 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.
int main | ( | void | ) |
Main program.
- Parameters:
-
None
- Return values:
-
None
< At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called from startup file (startup_stm32f0xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f0xx.c file
Definition at line 51 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/main.c.
References Delay(), GPIO_InitStructure, and NVIC_InitStructure.
void NMI_Handler | ( | void | ) |
This function handles NMI exception.
- Parameters:
-
None
- Return values:
-
None
Definition at line 57 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.
void PendSV_Handler | ( | void | ) |
This function handles PendSVC exception.
- Parameters:
-
None
- Return values:
-
None
Definition at line 108 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.
void RCC_CRS_IRQHandler | ( | void | ) |
This function handles PPP interrupt request.
- Parameters:
-
None
- Return values:
-
None This function handles RCC interrupt request.
- Parameters:
-
None
- Return values:
-
None
Definition at line 172 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.
void SVC_Handler | ( | void | ) |
This function handles SVCall exception.
- Parameters:
-
None
- Return values:
-
None
Definition at line 99 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.
void SysTick_Handler | ( | void | ) |
This function handles SysTick Handler.
- Parameters:
-
None
- Return values:
-
None
Definition at line 117 of file STM32F0xx_StdPeriph_Examples/RCC/RCC_Example/stm32f0xx_it.c.