HAL + 0/44 examples
CodeScope will show references to HAL_TIM_IC_Init() from the following samples and libraries:
Drivers
Boards
Examples
STM32F429I-Discovery
Demonstrations
Examples
TIM
STM32446E-Nucleo
Examples
TIM
STM32446E_EVAL
Examples
IWDG
TIM
STM32469I-Discovery
Examples
IWDG
TIM
STM32469I_EVAL
Examples
IWDG
TIM
STM324x9I_EVAL
Examples
IWDG
TIM
STM324xG_EVAL
Examples
IWDG
TIM
STM32F4-Discovery
Examples
TIM
STM32F401-Discovery
Examples
TIM
STM32F401RE-Nucleo
Examples
TIM
STM32F410xx-Nucleo
Examples
TIM
STM32F411E-Discovery
Examples
TIM
STM32F411RE-Nucleo
Examples
TIM
Examples_MIX
TIM
STM32F412G-Discovery
Examples
IWDG
TIM
STM32F412ZG-Nucleo
Examples
IWDG
TIM
STM32F413H-Discovery
Examples
TIM
STM32F413ZH-Nucleo
Examples
IWDG
TIM
STM32F429ZI-Nucleo
Examples
IWDG
TIM
STM32F446ZE-Nucleo
Examples
IWDG
TIM
 
Symbols
loading...
Files
loading...

HAL_TIM_IC_Init() function

Initializes the TIM Input Capture Time base according to the specified parameters in the TIM_HandleTypeDef and initializes the associated handle.

Arguments

htim

TIM Input Capture handle

Return value

HAL status

Notes

Switching from Center Aligned counter mode to Edge counter mode (or reverse) requires a timer reset to avoid unexpected direction due to DIR bit readonly in center aligned mode. Ex: call HAL_TIM_IC_DeInit() before HAL_TIM_IC_Init()

Examples

HAL_TIM_IC_Init() is referenced by 44 libraries and example projects.