STM32F0xx Standard Peripherals Firmware Library: TIM_Input_Capture

STM32F0xx Standard Peripherals Library

STM32F0xx Standard Peripherals Firmware Library

Functions

void HardFault_Handler (void)
 This function handles Hard Fault exception.
void NMI_Handler (void)
 This function handles NMI exception.
void PendSV_Handler (void)
 This function handles PendSVC exception.
void SVC_Handler (void)
 This function handles SVCall exception.
void SysTick_Handler (void)
 This function handles SysTick Handler.
void TIM1_CC_IRQHandler (void)
 This function handles TIM1 Capture Compare interrupt request.

Variables

uint32_t Capture = 0
uint16_t CaptureNumber = 0
uint16_t IC3ReadValue1 = 0
uint16_t IC3ReadValue2 = 0
uint32_t TIM1Freq = 0

Function Documentation

void HardFault_Handler ( void  )

This function handles Hard Fault exception.

Parameters:
None
Return values:
None

Definition at line 71 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

void NMI_Handler ( void  )

This function handles NMI exception.

Parameters:
None
Return values:
None

Definition at line 62 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

void PendSV_Handler ( void  )

This function handles PendSVC exception.

Parameters:
None
Return values:
None

Definition at line 93 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

void SVC_Handler ( void  )

This function handles SVCall exception.

Parameters:
None
Return values:
None

Definition at line 84 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

void SysTick_Handler ( void  )

This function handles SysTick Handler.

Parameters:
None
Return values:
None

Definition at line 102 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

void TIM1_CC_IRQHandler ( void  )

This function handles TIM1 Capture Compare interrupt request.

Parameters:
None
Return values:
None

Definition at line 117 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/stm32f0xx_it.c.

References Capture, CaptureNumber, IC3ReadValue1, IC3ReadValue2, SystemCoreClock, and TIM1Freq.


Variable Documentation

STM32L1xx Standard Peripherals Library: Footer

 

 

 For complete documentation on STM32 Microcontrollers visit www.st.com/STM32