Lines Matching refs:sSlaveConfig
236 const TIM_SlaveConfigTypeDef *sSlaveConfig);
5660 …Def HAL_TIM_SlaveConfigSynchro(TIM_HandleTypeDef *htim, const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro() argument
5664 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro()
5665 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro()
5671 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro()
5701 const TIM_SlaveConfigTypeDef *sSlaveConfig) in HAL_TIM_SlaveConfigSynchro_IT() argument
5705 assert_param(IS_TIM_SLAVE_MODE(sSlaveConfig->SlaveMode)); in HAL_TIM_SlaveConfigSynchro_IT()
5706 assert_param(IS_TIM_TRIGGER_SELECTION(sSlaveConfig->InputTrigger)); in HAL_TIM_SlaveConfigSynchro_IT()
5712 if (TIM_SlaveTimer_SetConfig(htim, sSlaveConfig) != HAL_OK) in HAL_TIM_SlaveConfigSynchro_IT()
7411 const TIM_SlaveConfigTypeDef *sSlaveConfig) in TIM_SlaveTimer_SetConfig() argument
7424 tmpsmcr |= sSlaveConfig->InputTrigger; in TIM_SlaveTimer_SetConfig()
7429 tmpsmcr |= sSlaveConfig->SlaveMode; in TIM_SlaveTimer_SetConfig()
7435 switch (sSlaveConfig->InputTrigger) in TIM_SlaveTimer_SetConfig()
7441 assert_param(IS_TIM_TRIGGERPRESCALER(sSlaveConfig->TriggerPrescaler)); in TIM_SlaveTimer_SetConfig()
7442 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7443 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7446 sSlaveConfig->TriggerPrescaler, in TIM_SlaveTimer_SetConfig()
7447 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7448 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7456 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7458 if (sSlaveConfig->SlaveMode == TIM_SLAVEMODE_GATED) in TIM_SlaveTimer_SetConfig()
7470 tmpccmr1 |= ((sSlaveConfig->TriggerFilter) << 4U); in TIM_SlaveTimer_SetConfig()
7482 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7483 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7487 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7488 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()
7496 assert_param(IS_TIM_TRIGGERPOLARITY(sSlaveConfig->TriggerPolarity)); in TIM_SlaveTimer_SetConfig()
7497 assert_param(IS_TIM_TRIGGERFILTER(sSlaveConfig->TriggerFilter)); in TIM_SlaveTimer_SetConfig()
7501 sSlaveConfig->TriggerPolarity, in TIM_SlaveTimer_SetConfig()
7502 sSlaveConfig->TriggerFilter); in TIM_SlaveTimer_SetConfig()