HAL
TIM_ClearInputConfigTypeDef::ClearInputPrescaler is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALTIM_ClearInputConfigTypeDef::ClearInputPrescaler

TIM_ClearInputConfigTypeDef::ClearInputPrescaler field

TIM Clear Input prescaler This parameter must be 0: When OCRef clear feature is used with ETR source, ETR prescaler must be off

Syntax

uint32_t ClearInputPrescaler;

References

LocationReferrerText
stm32f4xx_hal_tim.h:221
uint32_t ClearInputPrescaler; /*!< TIM Clear Input prescaler
stm32f4xx_hal_tim.c:5202HAL_TIM_ConfigOCrefClear()
assert_param(IS_TIM_CLEARINPUT_PRESCALER(sClearInputConfig->ClearInputPrescaler));
stm32f4xx_hal_tim.c:5206HAL_TIM_ConfigOCrefClear()
if (sClearInputConfig->ClearInputPrescaler != TIM_CLEARINPUTPRESCALER_DIV1)
stm32f4xx_hal_tim.c:5214HAL_TIM_ConfigOCrefClear()
sClearInputConfig->ClearInputPrescaler,

Data Use

Functions reading TIM_ClearInputConfigTypeDef::ClearInputPrescaler
TIM_ClearInputConfigTypeDef::ClearInputPrescaler
all items filtered out
Type of TIM_ClearInputConfigTypeDef::ClearInputPrescaler
TIM_ClearInputConfigTypeDef::ClearInputPrescaler
uint32_t
all items filtered out