Lines Matching refs:sSlaveConfig

225                                                   const TIM_SlaveConfigTypeDef *sSlaveConfig);
5490 …Def HAL_TIM_SlaveConfigSynchro(TIM_HandleTypeDef *htim, const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro() argument
5494 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro()
5495 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro()
5501 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro()
5531 const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro_IT() argument
5535 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro_IT()
5536 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro_IT()
5542 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro_IT()
7121 const TIM_SlaveConfigTypeDef *sSlaveConfig) in TIM_SlaveTimer_SetConfig() argument
7134 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig()
7139 tmpsmcr |= sSlaveConfig->SlaveMode; in TIM_SlaveTimer_SetConfig()
7145 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
7151 assert_param(IS_TIM_TRIGGERPRESCALER(sSlaveConfig->TriggerPrescaler)); in TIM_SlaveTimer_SetConfig()
7152 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7153 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7156 sSlaveConfig->TriggerPrescaler, in TIM_SlaveTimer_SetConfig()
7157 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7158 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7166 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7168 if (sSlaveConfig->SlaveMode == TIM_SLAVEMODE_GATED) in TIM_SlaveTimer_SetConfig()
7180 tmpccmr1 |= ((sSlaveConfig->TriggerFilter) << 4U); in TIM_SlaveTimer_SetConfig()
7192 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7193 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7197 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7198 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7206 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7207 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7211 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7212 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()