HAL + 0/51 examples
CodeScope will show references to HAL_TIM_ReadCapturedValue() from the following samples and libraries:
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
Applications
Audio
Examples
TIM
STM32F401-Discovery
Applications
Audio
Examples
TIM
STM32F401RE-Nucleo
Examples
TIM
STM32F410xx-Nucleo
Examples
TIM
STM32F411E-Discovery
Applications
Audio
Examples
TIM
STM32F411RE-Nucleo
Examples
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...
CodeScopeSTM32 Libraries and SamplesHALHAL_TIM_ReadCapturedValue()

HAL_TIM_ReadCapturedValue() function

Read the captured value from Capture Compare unit

Syntax

uint32_t HAL_TIM_ReadCapturedValue(const TIM_HandleTypeDef *htim,     uint32_t Channel);
Implemented in stm32f4xx_hal_tim.c:5573

Arguments

htim

TIM handle.

Channel

TIM Channels to be enabled This parameter can be one of the following values: @arg TIM_CHANNEL_1: TIM Channel 1 selected @arg TIM_CHANNEL_2: TIM Channel 2 selected @arg TIM_CHANNEL_3: TIM Channel 3 selected @arg TIM_CHANNEL_4: TIM Channel 4 selected

Return value

Captured value

Examples

HAL_TIM_ReadCapturedValue() is referenced by 51 libraries and example projects.

References

LocationText
stm32f4xx_hal_tim.c:5573
uint32_t HAL_TIM_ReadCapturedValue(const TIM_HandleTypeDef *htim, uint32_t Channel)
stm32f4xx_hal_tim.h:2061
uint32_t HAL_TIM_ReadCapturedValue(const TIM_HandleTypeDef *htim, uint32_t Channel);

Call Tree

Functions called by HAL_TIM_ReadCapturedValue()
HAL_TIM_ReadCapturedValue()
assert_failed()
all items filtered out
Data read by HAL_TIM_ReadCapturedValue()
Data written by HAL_TIM_ReadCapturedValue()
HAL_TIM_ReadCapturedValue()
HAL_TIM_ReadCapturedValue()::tmpreg
all items filtered out
Type of HAL_TIM_ReadCapturedValue()
HAL_TIM_ReadCapturedValue()
uint32_t
all items filtered out