STM32F0xx Standard Peripherals Firmware Library: TIM_InputCapture

STM32F0xx Standard Peripherals Library

STM32F0xx Standard Peripherals Firmware Library

Functions

int main (void)
 Main program.
static void TIM_Config (void)
 Configure the TIM1 Pins.

Function Documentation

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 54 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/main.c.

References TIM_Config().

static void TIM_Config ( void  ) [static]

Configure the TIM1 Pins.

Parameters:
None
Return values:
None

Definition at line 77 of file STM32F0xx_StdPeriph_Examples/TIM/TIM_InputCapture/main.c.

References GPIO_InitStructure, and NVIC_InitStructure.

Referenced by main().

STM32L1xx Standard Peripherals Library: Footer

 

 

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