Lines Matching refs:sSlaveConfig

236                                                   const TIM_SlaveConfigTypeDef *sSlaveConfig);
5638 …Def HAL_TIM_SlaveConfigSynchro(TIM_HandleTypeDef *htim, const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro() argument
5642 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro()
5643 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro()
5649 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro()
5679 const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro_IT() argument
5683 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro_IT()
5684 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro_IT()
5690 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro_IT()
7389 const TIM_SlaveConfigTypeDef *sSlaveConfig) in TIM_SlaveTimer_SetConfig() argument
7402 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig()
7407 tmpsmcr |= sSlaveConfig->SlaveMode; in TIM_SlaveTimer_SetConfig()
7413 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
7419 assert_param(IS_TIM_TRIGGERPRESCALER(sSlaveConfig->TriggerPrescaler)); in TIM_SlaveTimer_SetConfig()
7420 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7421 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7424 sSlaveConfig->TriggerPrescaler, in TIM_SlaveTimer_SetConfig()
7425 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7426 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7434 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7436 if (sSlaveConfig->SlaveMode == TIM_SLAVEMODE_GATED) in TIM_SlaveTimer_SetConfig()
7448 tmpccmr1 |= ((sSlaveConfig->TriggerFilter) << 4U); in TIM_SlaveTimer_SetConfig()
7460 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7461 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7465 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7466 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7474 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7475 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7479 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7480 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()