Lines Matching refs:sSlaveConfig
236 const TIM_SlaveConfigTypeDef *sSlaveConfig);
5655 …Def HAL_TIM_SlaveConfigSynchro(TIM_HandleTypeDef *htim, const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro() argument
5659 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro()
5660 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro()
5666 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro()
5696 const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro_IT() argument
5700 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro_IT()
5701 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro_IT()
5707 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro_IT()
7406 const TIM_SlaveConfigTypeDef *sSlaveConfig) in TIM_SlaveTimer_SetConfig() argument
7419 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig()
7424 tmpsmcr |= sSlaveConfig->SlaveMode; in TIM_SlaveTimer_SetConfig()
7430 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
7436 assert_param(IS_TIM_TRIGGERPRESCALER(sSlaveConfig->TriggerPrescaler)); in TIM_SlaveTimer_SetConfig()
7437 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7438 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7441 sSlaveConfig->TriggerPrescaler, in TIM_SlaveTimer_SetConfig()
7442 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7443 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7451 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7453 if (sSlaveConfig->SlaveMode == TIM_SLAVEMODE_GATED) in TIM_SlaveTimer_SetConfig()
7465 tmpccmr1 |= ((sSlaveConfig->TriggerFilter) << 4U); in TIM_SlaveTimer_SetConfig()
7477 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7478 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7482 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7483 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7491 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7492 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7496 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7497 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()