Searched refs:CounterSource (Results 1 – 4 of 4) sorted by relevance
192 assert_param(IS_LPTIM_COUNTER_SOURCE(hlptim->Init.CounterSource)); in HAL_LPTIM_Init()227 hlptim->Init.CounterSource); in HAL_LPTIM_Init()1186 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start()1256 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start_IT()
250 assert_param(IS_LPTIM_COUNTER_SOURCE(hlptim->Init.CounterSource)); in HAL_LPTIM_Init()302 hlptim->Init.CounterSource); in HAL_LPTIM_Init()1391 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start()1463 …if((hlptim->Init.Clock.Source != LPTIM_CLOCKSOURCE_ULPTIM) && (hlptim->Init.CounterSource == LPTIM… in HAL_LPTIM_Counter_Start_IT()
149 …uint32_t CounterSource; /*!< Specifies whether the counter is incremente… member
126 …uint32_t CounterSource; /*!< Specifies whether the counter is incremente… member