Searched refs:__HAL_LPTIM_REPETITIONCOUNTER_SET (Results 1 – 2 of 2) sorted by relevance
484 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_PWM_Start()583 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_PWM_Start_IT()685 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_OnePulse_Start()781 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_OnePulse_Start_IT()880 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_SetOnce_Start()979 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_SetOnce_Start_IT()1409 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_Counter_Start()1495 __HAL_LPTIM_REPETITIONCOUNTER_SET(hlptim, hlptim->Init.RepetitionCounter); in HAL_LPTIM_Counter_Start_IT()
468 #define __HAL_LPTIM_REPETITIONCOUNTER_SET(__HANDLE__ , __VALUE__) \ macro